4 references to Scope
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\Expression.cs (1)
170
(this.Kind == BoundKind.StatementList || this.Kind == BoundKind.
Scope
) ? StaticCast<BoundNode?>.From(this.Statements) : ImmutableArray<BoundNode?>.Empty;
CodeGen\EmitStatement.cs (1)
35
case BoundKind.
Scope
:
Generated\BoundNodes.xml.Generated.cs (2)
3341
: base(BoundKind.
Scope
, syntax, statements, hasErrors || statements.HasErrors())
9000
case BoundKind.
Scope
: