5 references to EmitNew
System.Core (5)
Microsoft\Scripting\Compiler\ILGen.cs (4)
312il.EmitNew(ci); 958il.EmitNew(typeof(Decimal).GetConstructor(new Type[] { typeof(int) })); 962il.EmitNew(typeof(Decimal).GetConstructor(new Type[] { typeof(long) })); 978il.EmitNew(typeof(decimal).GetConstructor(new Type[] { typeof(int), typeof(int), typeof(int), typeof(bool), typeof(byte) }));
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
79_ilg.EmitNew(typeof(Closure).GetConstructor(new Type[] { typeof(object[]), typeof(object[]) }));