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