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