19 references to New
System.Core (2)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
522Expression.New(typeof(InvalidCastException).GetConstructor(new Type[]{typeof(string)}),
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
608Expression.New(
System.Data.Entity (12)
System\Data\Common\Internal\Materialization\Translator.cs (7)
770result = Expression.New(ci, input, keyReader, entitySetReader, Shaper_Context, Expression.Constant(mergeOption, typeof(MergeOption)), Expression.Constant(identityType, typeof(Type))); 797result = Expression.New(ci, input, keyReader, entitySetReader, Shaper_Context, Expression.Constant(mergeOption, typeof(MergeOption)), Expression.Constant(identityType, typeof(Type)), 961result = Expression.New(EntityKey_ctor_SingleKey, 968result = Expression.New(EntityKey_ctor_CompositeKey, 1509Expression typeDelegatePair = Expression.New( 1717Expression result = Emit_EnsureType(Expression.New(MaterializedDataRecord_ctor, Shaper_Workspace, typeUsage, columnReaderArray), arg.RequestedType); 1913result = Emit_EnsureType(Expression.New(constructorInfo, result), compensatingCollectionType);
System\Data\SqlClient\SqlTypesAssembly.cs (5)
568Expression result = Expression.New(byteArrayCtor, toConvert); 580Expression result = Expression.New(sqlCharsFromSqlStringCtor, Expression.New(sqlStringFromStringCtor, toConvert)); 590Expression result = Expression.Convert(Expression.New(sqlStringFromStringCtor, toConvert), typeof(object)); 600Expression result = Expression.New(readerCtor, toConvert);
System.Data.Services.Client (4)
System\Data\Services\Client\ProjectionPlanCompiler.cs (4)
857result = Expression.New( 875result = Expression.New( 897result = Expression.New( 921result = Expression.New(
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1143return Expression.New((ConstructorInfo)method, args);