1 instantiation of SortKey
System.Xml (1)
System\Xml\XPath\Internal\SortQuery.cs (1)
55SortKey key = new SortKey(numSorts, /*originalPosition:*/this.results.Count, eNext.Clone());
8 references to SortKey
System.Xml (8)
System\Xml\XPath\Internal\SortQuery.cs (8)
18private List<SortKey> results; 24this.results = new List<SortKey>(); 30this.results = new List<SortKey>(other.results); 55SortKey key = new SortKey(numSorts, /*originalPosition:*/this.results.Count, eNext.Clone()); 134internal sealed class XPathSortComparer : IComparer<SortKey> { 180int IComparer<SortKey>.Compare(SortKey x, SortKey y) {