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