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