5 references to Sort
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1443
Debug.Assert(sort.NodeType == XslNodeType.
Sort
);
System\Xml\Xsl\Xslt\XslAst.cs (1)
262
: base(XslNodeType.
Sort
, null, select, xslVer)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
524
if (child.NodeType == XslNodeType.
Sort
) {
1157
(1 << (int)XslNodeType.
Sort
) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
36
case XslNodeType.
Sort
: return VisitSort ((Sort) node);