2 instantiations of XPathSortArrayIterator
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
156
this.newNodeSet = new
XPathSortArrayIterator
(results);
304
return new
XPathSortArrayIterator
(this);
1 reference to XPathSortArrayIterator
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
301
public XPathSortArrayIterator(
XPathSortArrayIterator
it) : base(it) {}