10 references to Count
System.Data.Common (10)
System\Data\DataRowCollection.cs (6)
36public override int Count => _list.Count; 55if (pos >= _list.Count) 67if ((pos < 0) || (pos == _list.Count)) 76if (pos < _list.Count) 88while (pos > _list.Count) 98_table.InsertRow(row, pos + 1, pos > _list.Count ? -1 : pos);
System\Data\RbTree.cs (4)
1635int count = Count; 1636if (array.Length - index < Count) 1659int count = Count; 1660if (array.Length - index < Count)