4 writes to _statements
Microsoft.CodeAnalysis.CSharp (4)
Lowering\SpillSequenceSpiller.cs (4)
87
result.
_statements
= _statements;
102
IncludeAndFree(ref
_statements
, ref other.
_statements
);
145
_statements
= ArrayBuilder<BoundStatement>.GetInstance();
8 references to _statements
Microsoft.CodeAnalysis.CSharp (8)
Lowering\SpillSequenceSpiller.cs (8)
56
return
_statements
!= null;
75
if (
_statements
== null)
80
return
_statements
.ToImmutable();
87
result._statements =
_statements
;
94
if (
_statements
!= null)
_statements
.Free();
143
if (
_statements
== null)
148
_statements
.Add(statement);