1 instantiation of Sort
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
497
return new
Sort
(select, lang, dataType, order, caseOrder, xslVer);
7 references to Sort
System.Private.Xml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
1527
Sort
? sort = content[i] as
Sort
;
1724
private void CompileSort(
Sort
sort, QilList keyList, ref LoopFocus parentLoop)
System\Xml\Xsl\Xslt\XslAst.cs (1)
495
public static
Sort
Sort(string select, string? lang, string? dataType, string? order, string? caseOrder, XslVersion xslVer)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
610
protected override XslFlags VisitSort(
Sort
node)
System\Xml\Xsl\Xslt\XslVisitor.cs (2)
36
XslNodeType.Sort => VisitSort((
Sort
)node),
70
protected virtual T VisitSort(
Sort
node) { return VisitChildren(node); }