2 references to SortKey
System.Private.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (1)
59
SortKey key = new
SortKey
(numSorts, /*originalPosition:*/_results.Count, eNext.Clone());
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
162
SortKey key = new
SortKey
(numSorts, /*originalPosition:*/results.Count, _newNodeSet!.Current!.Clone());