Base:
method
VisitGotoStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitGotoStatement(Microsoft.CodeAnalysis.CSharp.BoundGotoStatement)
5 overrides of VisitGotoStatement
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\EmitStatement.cs (1)
1952public override BoundNode VisitGotoStatement(BoundGotoStatement node)
CodeGen\Optimizer.cs (1)
1399public override BoundNode VisitGotoStatement(BoundGotoStatement node)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
360public override BoundNode VisitGotoStatement(BoundGotoStatement node)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
343public override BoundNode VisitGotoStatement(BoundGotoStatement node)
Lowering\LocalRewriter\LocalRewriter_GotoStatement.cs (1)
13public override BoundNode VisitGotoStatement(BoundGotoStatement node)
1 reference to VisitGotoStatement
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\Optimizer.cs (1)
1403var result = base.VisitGotoStatement(node);