20 references to EmitInt
System.Core (20)
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
184lc.IL.EmitInt(index);
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
303lc.IL.EmitInt(_hoistedLocals.Variables.Count); 311lc.IL.EmitInt(i++);
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (1)
138Compiler.IL.EmitInt(_index);
Microsoft\Scripting\Compiler\ILGen.cs (15)
337il.EmitInt(value); 342il.EmitInt(value); 347il.EmitInt(value); 352il.EmitInt(value); 357il.EmitInt(value); 406il.EmitInt((int)value); 555il.EmitInt((int)value); 897il.EmitInt(items.Count); 901il.EmitInt(i); 916il.EmitInt(count); 920il.EmitInt(i); 957il.EmitInt(intValue); 973il.EmitInt(bits[0]); 974il.EmitInt(bits[1]); 975il.EmitInt(bits[2]);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
85_ilg.EmitInt(0);