21 references to EmitLoad
System.Linq.Expressions (21)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
329
EmitLoad
(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));