9 references to Descendant
System.Private.Xml (9)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
2914
if (((IsStepPattern(local2, QilNodeType.
Descendant
)) || (IsStepPattern(local2, QilNodeType.DescendantOrSelf))) && ((local1) == (OptimizerPatterns.Read((QilNode)(local2)).GetArgument(OptimizerPatternArgument.StepInput))))
5325
if (IsStepPattern(patt, QilNodeType.DescendantOrSelf) || IsStepPattern(patt, QilNodeType.
Descendant
) ||
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
1993
case QilNodeType.
Descendant
:
1996
kinds, name, (step.NodeType == QilNodeType.
Descendant
) ? TriState.False : TriState.True, null);
2452
case QilNodeType.
Descendant
:
2455
kinds, name, (step.NodeType == QilNodeType.
Descendant
) ? TriState.False : TriState.True);
System\Xml\Xsl\QIL\QilFactory.cs (1)
720
QilUnary n = new QilUnary(QilNodeType.
Descendant
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
114
QilNodeType.
Descendant
=> CheckDescendant((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
197
QilNodeType.
Descendant
=> VisitDescendant((QilUnary)n),