4 writes to _addedStatements
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
298_addedStatements = null; 1536_addedStatements = null; 1571_addedStatements = oldAddedStatements; 1694if (_addedStatements == null) _addedStatements = ArrayBuilder<BoundStatement>.GetInstance();
6 references to _addedStatements
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\ClosureConversion.cs (6)
295_addedStatements.Add(body); 296body = new BoundBlock(body.Syntax, _addedLocals.ToImmutableAndFree(), _addedStatements.ToImmutableAndFree()) { WasCompilerGenerated = true }; 302Debug.Assert(_addedStatements == null); 1534var oldAddedStatements = _addedStatements; 1694if (_addedStatements == null) _addedStatements = ArrayBuilder<BoundStatement>.GetInstance(); 1696_addedStatements.Add(F.Assignment(cache, F.Null(type)));