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)
44Debug.Assert(navigator.ComparePosition(seq[seq.Count - 1]) >= 0, "Index nodes must be added in document order"); 45if (!navigator.IsSamePosition(seq[seq.Count - 1])) {
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (7)
194for (int i = 0; i < Count; i++) 516get { return (this.docOrderDistinct == this) || Count <= 1; } 542if (Count <= 1) 546sortArray = new XPathNavigator[Count]; 551Array.Sort(sortArray, 0, Count, comparer); 633for (int i = 0; i < Count; i++) 653if (index >= Count)