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