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