2 instantiations of Sort
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SortAction.cs (2)
136
_sort = new
Sort
(_selectKey, _lang, _dataType, _order, _caseOrder);
178
new
Sort
(
4 references to Sort
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
148
Sort
sort = (
Sort
)sortarray[i]!;
System\Xml\Xsl\XsltOld\Processor.cs (1)
200
internal void AddSort(
Sort
sortinfo)
System\Xml\Xsl\XsltOld\SortAction.cs (1)
24
private
Sort
? _sort; //When we not have AVTs at all we can do this. null otherwise.