Implemented interface member:
8 references to
System.Private.Xml (8)
System\Xml\Xsl\Runtime\XmlILIndex.cs (2)
45Debug.Assert(navigator.ComparePosition(seq[seq.Count - 1]) >= 0, "Index nodes must be added in document order"); 46if (!navigator.IsSamePosition(seq[seq.Count - 1]))
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (6)
209array[index + i] = this[i]; 581XmlNodeOrder cmp = this[iNav].ComparePosition(this[iNav + 1]); 608sortArray[iEach] = this[iEach]; 705array[index + i] = this[i]; 729return base[index];