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