5 instantiations of LoadObjectInstruction
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\InstructionList.cs (5)
336Emit(s_true ??= new LoadObjectInstruction(Utils.BoxedTrue)); 340Emit(s_false ??= new LoadObjectInstruction(Utils.BoxedFalse)); 348Emit(s_null ??= new LoadObjectInstruction(null)); 366Emit(s_Ints[i] ??= new LoadObjectInstruction(value)); 386Emit(new LoadObjectInstruction(value));