6 references to AncestorOrSelf
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5348if (IsStepPattern(patt, QilNodeType.Ancestor) || IsStepPattern(patt, QilNodeType.AncestorOrSelf) ||
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
1988case QilNodeType.AncestorOrSelf: 2484case QilNodeType.AncestorOrSelf:
System\Xml\Xsl\QIL\QilFactory.cs (1)
744QilUnary n = new QilUnary(QilNodeType.AncestorOrSelf, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
117QilNodeType.AncestorOrSelf => CheckAncestorOrSelf((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
200QilNodeType.AncestorOrSelf => VisitAncestorOrSelf((QilUnary)n),