5 references to New
System.Core (1)
Microsoft\Scripting\Ast\NewExpression.cs (1)
220
return
New
(ci);
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Translator.cs (3)
1175
result = Expression.MemberInit(Expression.
New
(constructor), propertyBindings);
1323
constructEntity = Expression.MemberInit(Expression.
New
(constructor), propertyBindings);
1898
Expression.
New
(GetConstructor(typeToInstantiate)),
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
191
NewExpression newExpr = null == constructor ? Expression.New(type) : Expression.
New
(constructor);