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