22 references to Label
Microsoft.CodeAnalysis.VisualBasic (22)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (2)
104
F.
Label
(again),
117
F.
Label
(start),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
246
blockBuilder.Add(Me.F.
Label
(resumeLabel))
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (2)
191
bodyBuilder.Add(Me.F.
Label
(Me._exprReturnLabel))
216
bodyBuilder.Add(Me.F.
Label
(Me._exitLabel))
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (4)
85
F.
Label
(initialLabel),
111
F.
Label
(breakLabel),
131
F.
Label
(Me._exitLabel),
203
F.
Label
(resumeLabel),
Lowering\IteratorRewriter\IteratorRewriter.vb (1)
246
bodyBuilder.Add(F.
Label
(thisInitialized))
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (7)
193
nodeFactory.
Label
(_unstructuredExceptionHandling.ResumeLabel),
194
nodeFactory.
Label
(_unstructuredExceptionHandling.ResumeNextLabel),
199
statements.Add(nodeFactory.
Label
(resumeSwitchFallThroughLabel))
204
statements.Add(nodeFactory.
Label
(onErrorLabel))
249
statements.Add(nodeFactory.
Label
(onErrorSwitchFallThroughLabel))
277
statements.Add(nodeFactory.
Label
(onErrorFailureLabel))
288
statements.Add(nodeFactory.
Label
(doneLabel))
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (3)
360
Me.F.
Label
(finalizer),
365
Me.F.
Label
(skipFinalizer),
397
result = Me.F.Block(SyntheticBoundNodeFactory.HiddenSequencePoint(), Me.F.
Label
(dispatchLabel), result)
Lowering\SyntheticBoundNodeFactory.vb (2)
610
Return Block(boundCondGoto, thenClause, [Goto](afterif),
Label
(alt), elseClause,
Label
(afterif))