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)); 1404_instructions.EmitLoad(null, typeof(object)); 1427_instructions.EmitLoad(null, typeof(object)); 1443_instructions.EmitLoad(null, typeof(object)); 1448_instructions.EmitLoad(andAlso ? AstUtils.BoxedTrue : AstUtils.BoxedFalse, typeof(object)); 1454_instructions.EmitLoad(andAlso ? AstUtils.BoxedFalse : AstUtils.BoxedTrue, typeof(object)); 1460_instructions.EmitLoad(null, typeof(object)); 2471_instructions.EmitLoad(fi.GetValue(obj: null), fi.FieldType); 2482_instructions.EmitLoad(fi.GetValue(obj: null), fi.FieldType); 2925_instructions.EmitLoad(node.TypeOperand == typeof(void), typeof(bool));