8 references to Ancestor
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
4077if (IsStepPattern(patt, QilNodeType.Ancestor) || IsStepPattern(patt, QilNodeType.AncestorOrSelf) ||
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
1834case QilNodeType.Ancestor: 1837kinds, name, (step.NodeType == QilNodeType.Ancestor) ? TriState.False : TriState.True, null); 2300case QilNodeType.Ancestor: 2303kinds, name, (step.NodeType == QilNodeType.Ancestor) ? TriState.False : TriState.True, null);
System\Xml\Xsl\QIL\QilFactory.cs (1)
725QilUnary n = new QilUnary(QilNodeType.Ancestor, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
120case QilNodeType.Ancestor: return CheckAncestor((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
192case QilNodeType.Ancestor: return VisitAncestor((QilUnary)n);