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