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