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