2 writes to _closureHoistedLocals
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
169_closureHoistedLocals = null; 285_closureHoistedLocals = _parent.NearestHoistedLocals;
5 references to _closureHoistedLocals
System.Core (5)
Microsoft\Scripting\Compiler\CompilerScope.cs (5)
127get { return _hoistedLocals ?? _closureHoistedLocals; } 140if (IsMethod && _closureHoistedLocals != null) { 141EmitClosureAccess(lc, _closureHoistedLocals); 291_hoistedLocals = new HoistedLocals(_closureHoistedLocals, hoistedVars); 321ResolveVariable(v, _closureHoistedLocals).EmitLoad();