8 references to Label
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
98Return CType(Branch, BoundExitStatement).Label
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
394If exitStmt.Label = breakLabel Then 457Return If(gotoOnly, Nothing, DirectCast(branch, BoundExitStatement).Label)
Analysis\FlowAnalysis\ExitPointsWalker.vb (1)
109If _labelsInside.Contains((TryCast((pending.Branch), BoundExitStatement)).Label) Then
Generated\BoundNodes.xml.Generated.vb (2)
5694If label IsNot Me.Label Then 13986New TreeDumperNode("label", node.Label, Nothing)
Lowering\LocalRewriter\LocalRewriter_Exit.vb (1)
15Dim boundGoto As BoundStatement = New BoundGotoStatement(node.Syntax, node.Label, Nothing)
Operations\VisualBasicOperationFactory.vb (1)
1403Dim target As ILabelSymbol = boundExitStatement.Label