4 writes to _addedLocals
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
317
_addedLocals
= null;
1579
_addedLocals
= null;
1612
_addedLocals
= oldAddedLocals;
1734
if (_addedLocals == null)
_addedLocals
= ArrayBuilder<LocalSymbol>.GetInstance();
5 references to _addedLocals
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.cs (5)
313
if (
_addedLocals
!= null)
316
body = new BoundBlock(body.Syntax,
_addedLocals
.ToImmutableAndFree(), _addedStatements.ToImmutableAndFree()) { WasCompilerGenerated = true };
1577
var oldAddedLocals =
_addedLocals
;
1734
if (
_addedLocals
== null) _addedLocals = ArrayBuilder<LocalSymbol>.GetInstance();
1735
_addedLocals
.Add(cacheLocal);