5 references to Sort
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1443Debug.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)
524if (child.NodeType == XslNodeType.Sort) { 1157(1 << (int)XslNodeType.Sort) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
36case XslNodeType.Sort : return VisitSort ((Sort) node);