8 references to Ancestor
System.Private.Xml (8)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5348
if (IsStepPattern(patt, QilNodeType.
Ancestor
) || IsStepPattern(patt, QilNodeType.AncestorOrSelf) ||
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
1987
case QilNodeType.
Ancestor
:
1990
kinds, name, (step.NodeType == QilNodeType.
Ancestor
) ? TriState.False : TriState.True, null);
2483
case QilNodeType.
Ancestor
:
2486
kinds, name, (step.NodeType == QilNodeType.
Ancestor
) ? TriState.False : TriState.True, null);
System\Xml\Xsl\QIL\QilFactory.cs (1)
736
QilUnary n = new QilUnary(QilNodeType.
Ancestor
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
116
QilNodeType.
Ancestor
=> CheckAncestor((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
199
QilNodeType.
Ancestor
=> VisitAncestor((QilUnary)n),