21 references to EmitLoad
System.Linq.Expressions (21)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
329EmitLoad(value, type: null);
System\Linq\Expressions\Interpreter\LightCompiler.cs (20)
347_instructions.EmitLoad(node.Value, node.Type); 799_instructions.EmitLoad(null, typeof(object)); 805_instructions.EmitLoad(null, typeof(object)); 820_instructions.EmitLoad(null, typeof(object)); 826_instructions.EmitLoad( 843_instructions.EmitLoad(null, typeof(object)); 851_instructions.EmitLoad(null, typeof(object)); 872_instructions.EmitLoad(AstUtils.BoxedFalse, typeof(object)); 875_instructions.EmitLoad(null, typeof(object)); 1072_instructions.EmitLoad(null, typeof(object)); 1096_instructions.EmitLoad(null, typeof(object)); 1385_instructions.EmitLoad(null, typeof(object)); 1408_instructions.EmitLoad(null, typeof(object)); 1424_instructions.EmitLoad(null, typeof(object)); 1429_instructions.EmitLoad(andAlso ? AstUtils.BoxedTrue : AstUtils.BoxedFalse, typeof(object)); 1435_instructions.EmitLoad(andAlso ? AstUtils.BoxedFalse : AstUtils.BoxedTrue, typeof(object)); 1441_instructions.EmitLoad(null, typeof(object)); 2452_instructions.EmitLoad(fi.GetValue(obj: null), fi.FieldType); 2463_instructions.EmitLoad(fi.GetValue(obj: null), fi.FieldType); 2906_instructions.EmitLoad(node.TypeOperand == typeof(void), typeof(bool));