7 references to Label
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
98
Return CType(Branch, BoundExitStatement).
Label
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
403
If exitStmt.
Label
= breakLabel Then
466
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)
5713
If label IsNot Me.
Label
Then
14023
New TreeDumperNode("label", node.
Label
, Nothing)
Lowering\LocalRewriter\LocalRewriter_Exit.vb (1)
15
Dim boundGoto As BoundStatement = New BoundGotoStatement(node.Syntax, node.
Label
, Nothing)