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