28 references to IsEmpty
System.Data (28)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (24)
146
Debug.Assert (
IsEmpty
, "setting value a second time?");
163
Debug.Assert (
IsEmpty
, "setting value a second time?");
227
Debug.Assert (
IsEmpty
, "setting value a second time?");
252
Debug.Assert (
IsEmpty
, "setting value a second time?");
269
Debug.Assert (
IsEmpty
, "setting value a second time?");
286
Debug.Assert (
IsEmpty
, "setting value a second time?");
303
Debug.Assert (
IsEmpty
, "setting value a second time?");
435
Debug.Assert (
IsEmpty
, "setting value a second time?");
477
Debug.Assert (
IsEmpty
, "setting value a second time?");
495
Debug.Assert (
IsEmpty
, "setting value a second time?");
553
Debug.Assert (
IsEmpty
, "setting value a second time?");
814
Debug.Assert (
IsEmpty
, "setting value a second time?");
822
Debug.Assert (
IsEmpty
, "setting value a second time?");
835
Debug.Assert (
IsEmpty
, "setting value a second time?");
842
Debug.Assert (
IsEmpty
, "setting value a second time?");
849
Debug.Assert (
IsEmpty
, "setting value a second time?");
856
Debug.Assert(
IsEmpty
, "setting value a second time?");
864
Debug.Assert(
IsEmpty
, "setting value a second time?");
872
Debug.Assert(
IsEmpty
, "setting value a second time?");
880
Debug.Assert(
IsEmpty
, "setting value a second time?");
889
Debug.Assert(
IsEmpty
, "setting value a second time?");
898
Debug.Assert(
IsEmpty
, "setting value a second time?");
908
Debug.Assert(
IsEmpty
, "setting value a second time?");
918
Debug.Assert(
IsEmpty
, "setting value a second time?");
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (4)
2431
Debug.Assert(!data.
IsEmpty
|| data.IsNull || metaData.type == SqlDbType.Timestamp, "Data has been read, but the buffer is empty");
2584
Debug.Assert(!data.
IsEmpty
|| data.IsNull || metaData.type == SqlDbType.Timestamp, "Data has been read, but the buffer is empty");
3454
(!_data[i].
IsEmpty
|| _data[i].IsNull) || // Or we should have data stored for the column (unless the column was null)
3462
Debug.Assert(_data[i].
IsEmpty
|| _data[i].IsNull, "re-reading column value?");