5 references to BoundBlock
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.cs (1)
896
return new
BoundBlock
(statement.Syntax, locals, localFunctions, hasUnsafeModifier: false, instrumentation: null,
Binder\Binder_Statements.cs (1)
1896
return new
BoundBlock
(
BoundTree\Constructors.cs (1)
656
:
this
(syntax, locals, ImmutableArray<LocalFunctionSymbol>.Empty, hasUnsafeModifier: false, instrumentation: null, statements, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
3330
var result = new
BoundBlock
(this.Syntax, locals, localFunctions, hasUnsafeModifier, instrumentation, statements, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
475
return new
BoundBlock
(Syntax, locals, localFunctions, hasUnsafeModifier: false, instrumentation: null, statements) { WasCompilerGenerated = true };