Base:
method
VisitGotoStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitGotoStatement(Microsoft.CodeAnalysis.CSharp.BoundGotoStatement)
3 overrides of VisitGotoStatement
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
243public override BoundNode? VisitGotoStatement(BoundGotoStatement node)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (1)
529public override BoundNode VisitGotoStatement(BoundGotoStatement node)
Lowering\UnmatchedGotoFinder.cs (1)
66public override BoundNode VisitGotoStatement(BoundGotoStatement node)
2 references to VisitGotoStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (1)
533return base.VisitGotoStatement(node);
Lowering\UnmatchedGotoFinder.cs (1)
69return base.VisitGotoStatement(node);