1 type derived from ShaperFactoryCreator
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\ShaperFactory.cs (1)
36private sealed class TypedShaperFactoryCreator<T> : ShaperFactoryCreator
2 references to ShaperFactoryCreator
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\ShaperFactory.cs (2)
27ShaperFactoryCreator creator = (ShaperFactoryCreator)Activator.CreateInstance(typeof(TypedShaperFactoryCreator<>).MakeGenericType(elementType));