2 references to StoreLocalBoxedInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
547
return s_storeLocalBoxed[index] ??= new
StoreLocalBoxedInstruction
(index);
551
return new
StoreLocalBoxedInstruction
(index);