2 instantiations of XPathSortArrayIterator
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
173
_newNodeSet = new
XPathSortArrayIterator
(results);
320
return new
XPathSortArrayIterator
(this);
1 reference to XPathSortArrayIterator
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
316
public XPathSortArrayIterator(
XPathSortArrayIterator
it) : base(it) { }