2 references to LoadLocalFromClosureInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
467
Emit(s_loadLocalFromClosure[index] ??= new
LoadLocalFromClosureInstruction
(index));
471
Emit(new
LoadLocalFromClosureInstruction
(index));