1 instantiation of SortKey
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
60
SortKey key = new
SortKey
(numSorts, /*originalPosition:*/_results.Count, eNext.Clone());
8 references to SortKey
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (8)
17
private List<
SortKey
> _results;
24
_results = new List<
SortKey
>();
31
_results = new List<
SortKey
>(other._results);
60
SortKey
key = new SortKey(numSorts, /*originalPosition:*/_results.Count, eNext.Clone());
151
internal sealed class XPathSortComparer : IComparer<
SortKey
>
204
int IComparer<
SortKey
>.Compare(
SortKey
x,
SortKey
y)