20 references to EmitPrimitive
System.Linq.Expressions (20)
System\Linq\Expressions\Compiler\BoundConstants.cs (1)
190
lc.IL.
EmitPrimitive
(index);
System\Linq\Expressions\Compiler\CompilerScope.cs (2)
314
lc.IL.
EmitPrimitive
(_hoistedLocals.Variables.Count);
323
lc.IL.
EmitPrimitive
(i++);
System\Linq\Expressions\Compiler\CompilerScope.Storage.cs (1)
152
Compiler.IL.
EmitPrimitive
(_index);
System\Linq\Expressions\Compiler\ILGen.cs (14)
325
il.
EmitPrimitive
(unchecked((int)value));
332
il.
EmitPrimitive
(unchecked((int)value));
505
il.
EmitPrimitive
((sbyte)value);
508
il.
EmitPrimitive
((short)value);
511
il.
EmitPrimitive
((int)value);
523
il.
EmitPrimitive
((char)value);
526
il.
EmitPrimitive
((byte)value);
529
il.
EmitPrimitive
((ushort)value);
939
il.
EmitPrimitive
(count);
1001
il.
EmitPrimitive
(intValue);
1044
il.
EmitPrimitive
(bits[0]);
1045
il.
EmitPrimitive
(bits[1]);
1046
il.
EmitPrimitive
(bits[2]);
1048
il.
EmitPrimitive
(unchecked((byte)scale));
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (1)
258
_ilg.
EmitPrimitive
(mask);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
912
_ilg.
EmitPrimitive
(i);