1 instantiation of EntityWrapperWithRelationships
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
124
return (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)
791
typeof(
EntityWrapperWithRelationships
<>).MakeGenericType(actualType) :