2 instantiations of XPathSortComparer
System.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (2)
25this.comparer = new XPathSortComparer(); 195XPathSortComparer clone = new XPathSortComparer(this.numSorts);
3 references to XPathSortComparer
System.Xml (3)
System\Xml\XPath\Internal\SortQuery.cs (3)
19private XPathSortComparer comparer; 194internal XPathSortComparer Clone() { 195XPathSortComparer clone = new XPathSortComparer(this.numSorts);