3 references to ResolveVariable
System.Core (3)
Microsoft\Scripting\Compiler\CompilerScope.cs (3)
236
return
ResolveVariable
(variable, NearestHoistedLocals);
262
ResolveVariable
(h.SelfVariable, hoistedLocals),
321
ResolveVariable
(v, _closureHoistedLocals).EmitLoad();