4 references to NewExpression
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
557return cr.Finish(cr.Rewrite ? new NewExpression(node.Constructor, cr[0, -1]!, node.Members) : expr);
System\Linq\Expressions\NewExpression.cs (3)
99: base(null, arguments, members) 151return new NewExpression(constructor, argList, null); 176return new NewExpression(constructor, argList, memberList);