25 references to Goto
Microsoft.CodeAnalysis.VisualBasic (25)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (2)
103
F.
Goto
(start),
122
F.
Goto
(again)))),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
243
blockBuilder.Add(Me.F.
Goto
(Me._exitLabel))
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Statements.vb (3)
37
Me.F.
Goto
(Me._exprReturnLabel))
42
Me.F.
Goto
(Me._exprReturnLabel))
46
Return F.
Goto
(Me._exprReturnLabel)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (2)
187
Me.F.
Goto
(Me._exitLabel)),
240
Return Me.F.
Goto
(Me._exitLabel)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (2)
103
F.
Goto
(breakLabel))).ToArray()
153
Me.F.
Goto
(Me._exitLabel)
Lowering\IteratorRewriter\IteratorRewriter.vb (1)
225
F.
Goto
(thisInitialized),
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (11)
175
statements.Add(nodeFactory.
Goto
(doneLabel))
185
resumeSwitchJumps(s_activeHandler_None) = nodeFactory.
Goto
(resumeSwitchFallThroughLabel)
200
statements.Add(nodeFactory.
Goto
(onErrorFailureLabel))
222
onErrorSwitchJumps(s_activeHandler_None) = nodeFactory.
Goto
(onErrorSwitchFallThroughLabel)
223
onErrorSwitchJumps(s_activeHandler_ResumeNext) = nodeFactory.
Goto
(If(node.ResumeWithoutLabelOpt IsNot Nothing,
250
statements.Add(nodeFactory.
Goto
(onErrorFailureLabel))
270
nodeFactory.Block(ImmutableArray.Create(Of BoundStatement)(nodeFactory.
Goto
(onErrorLabel))),
354
_unstructuredExceptionHandling.ExceptionHandlers.Add(nodeFactory.
Goto
(node.LabelOpt, setWasCompilerGenerated:=False))
429
statements.Add(nodeFactory.
Goto
(node.LabelOpt, setWasCompilerGenerated:=False))
432
statements.Add(nodeFactory.
Goto
(_unstructuredExceptionHandling.ResumeNextLabel))
436
statements.Add(nodeFactory.
Goto
(_unstructuredExceptionHandling.ResumeLabel))
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (2)
204
Select F.SwitchSection(kv.Value, F.
Goto
(kv.Key))
359
Me.F.
Goto
(skipFinalizer),
Lowering\SyntheticBoundNodeFactory.vb (1)
610
Return Block(boundCondGoto, thenClause,
[Goto]
(afterif), Label(alt), elseClause, Label(afterif))