Base:
method
VisitGotoStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeRewriter.VisitGotoStatement(Microsoft.CodeAnalysis.CSharp.BoundGotoStatement)
1 reference to VisitGotoStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
303
gotoExit = (BoundGotoStatement)
VisitGotoStatement
(gotoExit);