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