17 references to Block
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder_Statements.cs (1)
152
(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)
1886
case BoundKind.
Block
:
FlowAnalysis\ControlFlowPass.cs (1)
245
case BoundKind.
Block
:
Generated\BoundNodes.xml.Generated.cs (2)
3305
: base(BoundKind.
Block
, syntax, statements, hasErrors || instrumentation.HasErrors() || statements.HasErrors())
8998
case BoundKind.
Block
:
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (1)
118
case BoundKind.
Block
:
Lowering\Instrumentation\DebugInfoInjector.cs (1)
123
if (rewritten.Kind == BoundKind.
Block
)
Lowering\LocalRewriter\LocalRewriter.cs (2)
709
if (initializer.Kind == BoundKind.
Block
)
881
case BoundKind.
Block
:
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
54
case BoundKind.
Block
:
Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs (1)
40
BoundBlock tryBlock = rewrittenBody.Kind == BoundKind.
Block
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
408
if (statement.Kind == BoundKind.
Block
)
Lowering\SyntheticBoundNodeFactory.cs (1)
572
if (body.Kind != BoundKind.
Block
)
Operations\CSharpOperationFactory.cs (1)
162
case BoundKind.
Block
: