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