We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29d442 commit 549111aCopy full SHA for 549111a
test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt
@@ -979,8 +979,8 @@ namespace Microsoft.OpenApi.Services
979
protected OpenApiVisitorBase() { }
980
public Microsoft.OpenApi.Services.CurrentKeys CurrentKeys { get; }
981
public string PathString { get; }
982
- public void Enter(string segment) { }
983
- public void Exit() { }
+ public virtual void Enter(string segment) { }
+ public virtual void Exit() { }
984
public virtual void Visit(Microsoft.OpenApi.Interfaces.IOpenApiExtensible openApiExtensible) { }
985
public virtual void Visit(Microsoft.OpenApi.Interfaces.IOpenApiExtension openApiExtension) { }
986
public virtual void Visit(Microsoft.OpenApi.Interfaces.IOpenApiReferenceable referenceable) { }
0 commit comments