3 references to IsNull
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
4685
isNull =
IsNull
(col.metaType, longlen);
4951
if (!
IsNull
(md.metaType, (ulong)length)) {
5302
Debug.Assert(isPlp || !
IsNull
(md.metaType, (ulong)length), "null value should not get here!");