9 references to DescendantOrSelf
System.Private.Xml (9)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (4)
2914if (((IsStepPattern(local2, QilNodeType.Descendant)) || (IsStepPattern(local2, QilNodeType.DescendantOrSelf))) && ((local1) == (OptimizerPatterns.Read((QilNode)(local2)).GetArgument(OptimizerPatternArgument.StepInput)))) 3362if (local5.NodeType == QilNodeType.DescendantOrSelf) 3393if (local3.NodeType == QilNodeType.DescendantOrSelf) 5325if (IsStepPattern(patt, QilNodeType.DescendantOrSelf) || IsStepPattern(patt, QilNodeType.Descendant) ||
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
1994case QilNodeType.DescendantOrSelf: 2453case QilNodeType.DescendantOrSelf:
System\Xml\Xsl\QIL\QilFactory.cs (1)
728QilUnary n = new QilUnary(QilNodeType.DescendantOrSelf, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
115QilNodeType.DescendantOrSelf => CheckDescendantOrSelf((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
198QilNodeType.DescendantOrSelf => VisitDescendantOrSelf((QilUnary)n),