17 references to Block
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder_Statements.cs (1)
151
(result.Kind == BoundKind.
Block
&&
BoundTree\BoundTreeVisitors.cs (1)
71
case BoundKind.
Block
:
CodeGen\EmitStatement.cs (1)
31
case BoundKind.
Block
:
Compiler\MethodBodySynthesizer.Lowered.cs (1)
333
if (body.Kind != BoundKind.
Block
) body = F.Block(body);
Compiler\MethodCompiler.cs (1)
1921
case BoundKind.
Block
:
FlowAnalysis\ControlFlowPass.cs (1)
245
case BoundKind.
Block
:
Generated\BoundNodes.xml.Generated.cs (2)
3194
: base(BoundKind.
Block
, syntax, statements, hasErrors || instrumentation.HasErrors() || statements.HasErrors())
8674
case BoundKind.
Block
:
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (1)
115
case BoundKind.
Block
:
Lowering\Instrumentation\DebugInfoInjector.cs (1)
83
if (rewritten.Kind == BoundKind.
Block
)
Lowering\LocalRewriter\LocalRewriter.cs (2)
619
if (initializer.Kind == BoundKind.
Block
)
758
case BoundKind.
Block
:
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
54
case BoundKind.
Block
:
Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs (1)
39
BoundBlock tryBlock = rewrittenBody.Kind == BoundKind.
Block
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
407
if (statement.Kind == BoundKind.
Block
)
Lowering\SyntheticBoundNodeFactory.cs (1)
540
if (body.Kind != BoundKind.
Block
)
Operations\CSharpOperationFactory.cs (1)
158
case BoundKind.
Block
: