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