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