4 writes to _addedLocals
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
302_addedLocals = null; 1565_addedLocals = null; 1598_addedLocals = oldAddedLocals; 1720if (_addedLocals == null) _addedLocals = ArrayBuilder<LocalSymbol>.GetInstance();
5 references to _addedLocals
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.cs (5)
298if (_addedLocals != null) 301body = new BoundBlock(body.Syntax, _addedLocals.ToImmutableAndFree(), _addedStatements.ToImmutableAndFree()) { WasCompilerGenerated = true }; 1563var oldAddedLocals = _addedLocals; 1720if (_addedLocals == null) _addedLocals = ArrayBuilder<LocalSymbol>.GetInstance(); 1721_addedLocals.Add(cacheLocal);