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