5 references to EmitNew
System.Core (5)
Microsoft\Scripting\Compiler\ILGen.cs (4)
312
il.
EmitNew
(ci);
958
il.
EmitNew
(typeof(Decimal).GetConstructor(new Type[] { typeof(int) }));
962
il.
EmitNew
(typeof(Decimal).GetConstructor(new Type[] { typeof(long) }));
978
il.
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[]) }));