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