2 writes to comparer
System.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (2)
25
this.
comparer
= new XPathSortComparer();
31
this.
comparer
= other.comparer.Clone();
5 references to comparer
System.Xml (5)
System\Xml\XPath\Internal\SortQuery.cs (5)
31
this.comparer = other.
comparer
.Clone();
49
Int32 numSorts = this.
comparer
.NumSorts;
58
key[j] = this.
comparer
.Expression(j).Evaluate(qyInput);
63
results.Sort(this.
comparer
);
93
this.
comparer
.AddSort(evalQuery, comparer);