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