2 references to AssignLocalBoxedInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
528return s_assignLocalBoxed[index] ??= new AssignLocalBoxedInstruction(index); 532return new AssignLocalBoxedInstruction(index);