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