3 references to XPathSortComparer
System.Private.Xml (3)
System\Xml\XPath\Internal\SortQuery.cs (2)
155public XPathSortComparer() : this(minSize) { } 214XPathSortComparer clone = new XPathSortComparer(_numSorts);
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
145XPathSortComparer comparer = new XPathSortComparer(numSorts);