2 references to GetPropertyReaders
System.Data.Entity (2)
System\Data\Objects\ELinq\InitializerFacet.cs (2)
229
Expression newGrouping = Expression.Convert(Expression.New(constructor,
GetPropertyReaders
(propertyTranslatorResults)), this.ClrType);
306
Expression newProjection = Expression.New(_newExpression.Constructor,
GetPropertyReaders
(propertyTranslatorResults));