2 instantiations of LoadLocalBoxedInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
453return s_loadLocalBoxed[index] ??= new LoadLocalBoxedInstruction(index); 457return new LoadLocalBoxedInstruction(index);