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