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