4 writes to _addedLocals
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
297_addedLocals = null; 1537_addedLocals = null; 1570_addedLocals = oldAddedLocals; 1692if (_addedLocals == null) _addedLocals = ArrayBuilder<LocalSymbol>.GetInstance();
5 references to _addedLocals
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.cs (5)
293if (_addedLocals != null) 296body = new BoundBlock(body.Syntax, _addedLocals.ToImmutableAndFree(), _addedStatements.ToImmutableAndFree()) { WasCompilerGenerated = true }; 1535var oldAddedLocals = _addedLocals; 1692if (_addedLocals == null) _addedLocals = ArrayBuilder<LocalSymbol>.GetInstance(); 1693_addedLocals.Add(cacheLocal);