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