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