3 references to ResolveVariable
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\CompilerScope.cs (3)
237
return
ResolveVariable
(variable, NearestHoistedLocals);
268
ResolveVariable
(h.SelfVariable, hoistedLocals),
336
ResolveVariable
(v, _closureHoistedLocals).EmitLoad();