1 instantiation of QilSortKey
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilFactory.cs (1)
636QilSortKey n = new QilSortKey(QilNodeType.SortKey, key, collation);
13 references to QilSortKey
System.Private.Xml (13)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
3297protected override QilNode VisitSortKey(QilSortKey local0)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2296foreach (QilSortKey ndKey in ndSort.Body) 2327private void VisitSortKey(QilSortKey ndKey, LocalBuilder locKeys)
System\Xml\Xsl\QIL\QilFactory.cs (2)
634public QilSortKey SortKey(QilNode key, QilNode collation) 636QilSortKey n = new QilSortKey(QilNodeType.SortKey, key, collation);
System\Xml\Xsl\QIL\QilPatternFactory.cs (1)
573public QilSortKey SortKey(QilNode key, QilNode collation)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
195protected override QilNode VisitSortKey(QilSortKey n) { return NoReplace(n); }
System\Xml\Xsl\QIL\QilTypeChecker.cs (3)
103QilNodeType.SortKey => CheckSortKey((QilSortKey)n), 215CheckClassAndNodeType(child, typeof(QilSortKey), QilNodeType.SortKey); 636public static XmlQueryType CheckSortKey(QilSortKey node)
System\Xml\Xsl\QIL\QilVisitor.cs (2)
186QilNodeType.SortKey => VisitSortKey((QilSortKey)n), 364protected virtual QilNode VisitSortKey(QilSortKey n) { return VisitChildren(n); }
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1793QilSortKey result = _f.SortKey(select, collation);