11 references to LabeledStatement
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Initializers.cs (2)
268if (statement.Kind == BoundKind.LabeledStatement) 271while (labeledStatementBody.Kind == BoundKind.LabeledStatement)
BoundTree\BoundStatementExtensions.cs (2)
19case BoundKind.LabeledStatement: 38case BoundKind.LabeledStatement:
BoundTree\BoundTreeVisitors.cs (1)
109case BoundKind.LabeledStatement:
FlowAnalysis\AbstractFlowPass.cs (1)
850case BoundKind.LabeledStatement:
FlowAnalysis\ControlFlowPass.cs (1)
247case BoundKind.LabeledStatement:
Generated\BoundNodes.xml.Generated.cs (2)
4742: base(BoundKind.LabeledStatement, syntax, hasErrors || body.HasErrors()) 9076case BoundKind.LabeledStatement:
Lowering\LocalRewriter\LocalRewriter_Block.cs (1)
111case BoundKind.LabeledStatement:
Operations\CSharpOperationFactory.cs (1)
209case BoundKind.LabeledStatement: