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)
127
get { return _hoistedLocals ??
_closureHoistedLocals
; }
140
if (IsMethod &&
_closureHoistedLocals
!= null) {
141
EmitClosureAccess(lc,
_closureHoistedLocals
);
291
_hoistedLocals = new HoistedLocals(
_closureHoistedLocals
, hoistedVars);
321
ResolveVariable(v,
_closureHoistedLocals
).EmitLoad();