Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
9 references to Count
System.Data.SqlXml (9)
System\Xml\Xsl\Runtime\XmlILIndex.cs (2)
44
Debug.Assert(navigator.ComparePosition(seq[seq.
Count
- 1]) >= 0, "Index nodes must be added in document order");
45
if (!navigator.IsSamePosition(seq[seq.
Count
- 1])) {
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (7)
194
for (int i = 0; i <
Count
; i++)
516
get { return (this.docOrderDistinct == this) ||
Count
<= 1; }
542
if (
Count
<= 1)
546
sortArray = new XPathNavigator[
Count
];
551
Array.Sort(sortArray, 0,
Count
, comparer);
633
for (int i = 0; i <
Count
; i++)
653
if (index >=
Count
)