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