5 references to Sort
System.Private.Xml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1726
Debug.Assert(sort.NodeType == XslNodeType.
Sort
);
System\Xml\Xsl\Xslt\XslAst.cs (1)
237
: base(XslNodeType.
Sort
, null, select, xslVer)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
534
if (child.NodeType == XslNodeType.
Sort
)
1306
(1 << (int)XslNodeType.
Sort
) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
36
XslNodeType.
Sort
=> VisitSort((Sort)node),