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