6 references to Label
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
100
Return CType(Branch, BoundContinueStatement).
Label
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
438
If continueStmt.
Label
= continueLabel Then
Analysis\FlowAnalysis\ExitPointsWalker.vb (1)
113
If _labelsInside.Contains((TryCast((pending.Branch), BoundContinueStatement)).
Label
) Then
Generated\BoundNodes.xml.Generated.vb (2)
5755
If label IsNot Me.
Label
Then
14029
New TreeDumperNode("label", node.
Label
, Nothing)
Lowering\LocalRewriter\LocalRewriter_Continue.vb (1)
15
Dim boundGoto As BoundStatement = New BoundGotoStatement(node.Syntax, node.
Label
, Nothing)