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));
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));