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