1 instantiation of EntityWrapperWithRelationships
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
124return (entity) => new EntityWrapperWithRelationships<TEntity>((TEntity)entity, propertyAccessorStrategy, changeTrackingStrategy, keyStrategy);
1 reference to EntityWrapperWithRelationships
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Translator.cs (1)
791typeof(EntityWrapperWithRelationships<>).MakeGenericType(actualType) :