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