2 references to InvalidCast_DBNull
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
161
TypeCode.DBNull => throw new InvalidCastException(SR.
InvalidCast_DBNull
),
214
throw new InvalidCastException(SR.
InvalidCast_DBNull
);