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