10 references to Label
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Expressions.vb (1)
1016Case BoundKind.Label
Binding\Binder_Statements.vb (3)
802If boundLabelExpression.Kind = BoundKind.Label Then 5232If boundLabelExpression.Kind = BoundKind.Label Then 5271If boundLabelExpression.Kind = BoundKind.Label Then
BoundTree\BoundExpressionExtensions.vb (1)
82BoundKind.Label,
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
103Debug.Assert(expr.Kind <> BoundKind.Label)
Generated\BoundNodes.xml.Generated.vb (3)
6540MyBase.New(BoundKind.Label, syntax, type, hasErrors) 6548MyBase.New(BoundKind.Label, syntax, type) 9550Case BoundKind.Label
Operations\VisualBasicOperationFactory.vb (1)
290BoundKind.Label,