2 types derived from ErrorHandlingValueReader
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Shaper.cs (2)
910private class ColumnErrorHandlingValueReader<TColumn> : ErrorHandlingValueReader<TColumn> 932private class PropertyErrorHandlingValueReader<TProperty> : ErrorHandlingValueReader<TProperty>
1 reference to ErrorHandlingValueReader
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
832var type = typeof(ErrorHandlingValueReader<>).MakeGenericType(underlyingType);