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)
243
public override BoundNode?
VisitGotoStatement
(BoundGotoStatement node)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (1)
529
public override BoundNode
VisitGotoStatement
(BoundGotoStatement node)
Lowering\UnmatchedGotoFinder.cs (1)
66
public override BoundNode
VisitGotoStatement
(BoundGotoStatement node)
2 references to VisitGotoStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (1)
533
return base.
VisitGotoStatement
(node);
Lowering\UnmatchedGotoFinder.cs (1)
69
return base.
VisitGotoStatement
(node);