8 references to LabelStatement
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\ControlFlowPass.vb (1)
77
Case BoundKind.
LabelStatement
, BoundKind.NoOpStatement, BoundKind.Block
BoundTree\BoundTreeVisitor.vb (1)
105
Case BoundKind.
LabelStatement
CodeGen\EmitStatement.vb (1)
51
Case BoundKind.
LabelStatement
Generated\BoundNodes.xml.Generated.vb (3)
6524
MyBase.New(BoundKind.
LabelStatement
, syntax, hasErrors)
6532
MyBase.New(BoundKind.
LabelStatement
, syntax)
9582
Case BoundKind.
LabelStatement
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
217
block.Statements(1).Kind = BoundKind.
LabelStatement
AndAlso
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
143
block.Statements(1).Kind = BoundKind.
LabelStatement
AndAlso