4 references to NewExpression
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
557
return 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)
151
return new
NewExpression
(constructor, argList, null);
176
return new
NewExpression
(constructor, argList, memberList);