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