8 references to Emit
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
409
_ilg.
Emit
(OpCodes.Ldc_I8, i);
System.Core (3)
Microsoft\Scripting\Compiler\ILGen.cs (2)
411
il.
Emit
(OpCodes.Ldc_I8, value);
423
il.
Emit
(OpCodes.Ldc_I8, (long)value);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
255
_ilg.
Emit
(OpCodes.Ldc_I8, (long)1);
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2356
gen.
Emit
(OpCodes.Ldc_I8, (Int64)value);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
1540
this.ilgen.
Emit
(opcode, longVal);
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
1166
ilGen.
Emit
(OpCodes.Ldc_I8, l);
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1185
ilGen.
Emit
(OpCodes.Ldc_I8, l);