4 writes to _statements
Microsoft.CodeAnalysis.CSharp (4)
Lowering\SpillSequenceSpiller.cs (4)
86
result.
_statements
= _statements;
101
IncludeAndFree(ref
_statements
, ref other.
_statements
);
144
_statements
= ArrayBuilder<BoundStatement>.GetInstance();
8 references to _statements
Microsoft.CodeAnalysis.CSharp (8)
Lowering\SpillSequenceSpiller.cs (8)
55
return
_statements
!= null;
74
if (
_statements
== null)
79
return
_statements
.ToImmutable();
86
result._statements =
_statements
;
93
if (
_statements
!= null)
_statements
.Free();
142
if (
_statements
== null)
147
_statements
.Add(statement);