5 references to BoundBlock
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.cs (1)
896return new BoundBlock(statement.Syntax, locals, localFunctions, hasUnsafeModifier: false, instrumentation: null,
Binder\Binder_Statements.cs (1)
1896return 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)
3330var result = new BoundBlock(this.Syntax, locals, localFunctions, hasUnsafeModifier, instrumentation, statements, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
475return new BoundBlock(Syntax, locals, localFunctions, hasUnsafeModifier: false, instrumentation: null, statements) { WasCompilerGenerated = true };