1 type derived from NewInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\NewInstruction.cs (1)
70internal sealed class ByRefNewInstruction : NewInstruction
1 instantiation of NewInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
794Emit(new NewInstruction(constructorInfo, parameters.Length));