16 references to Label
Microsoft.CodeAnalysis.VisualBasic (16)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
96Return CType(Branch, BoundGotoStatement).Label
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
453Return DirectCast(branch, BoundGotoStatement).Label
Analysis\FlowAnalysis\ExitPointsWalker.vb (1)
105If _labelsInside.Contains((TryCast((pending.Branch), BoundGotoStatement)).Label) Then
CodeGen\EmitStatement.vb (3)
852Not LabelFinder.NodeContainsLabel(_currentCatchBlock, boundGotoStatement.Label) Then 859_builder.EmitBranch(ILOpCode.Br, boundGotoStatement.Label) 1416labels(i) = jumps(i).Label
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
791RecordBranch(node.Label)
Generated\BoundNodes.xml.Generated.vb (3)
6611If label IsNot Me.Label OrElse labelExpressionOpt IsNot Me.LabelExpressionOpt Then 12765Return node.Update(node.Label, labelExpressionOpt) 14127New TreeDumperNode("label", node.Label, Nothing),
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (1)
529If labelBlock.ContainsKey(node.Label) Then
Lowering\LambdaRewriter\LambdaRewriter.vb (3)
1323Dim label = node.Label 1327If label IsNot Nothing AndAlso _analysis.labelBlock.TryGetValue(node.Label, labelBlock) Then 1352node = New BoundGotoStatement(node.Syntax, node.Label, node.LabelExpressionOpt, True)
Lowering\LocalRewriter\LocalRewriter_Goto.vb (1)
20node = node.Update(node.Label, labelExpressionOpt:=Nothing)
Operations\VisualBasicOperationFactory.vb (1)
1387Dim target As ILabelSymbol = boundGotoStatement.Label