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