2 references to LoadLocalFromClosureBoxedInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
481
Emit(s_loadLocalFromClosureBoxed[index] ??= new
LoadLocalFromClosureBoxedInstruction
(index));
485
Emit(new
LoadLocalFromClosureBoxedInstruction
(index));