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