2 overrides of VisitDescendant
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2676protected override QilNode VisitDescendant(QilUnary ndDesc)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
211protected override QilNode VisitDescendant(QilUnary n) { return NoReplace(n); }
1 reference to VisitDescendant
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
197QilNodeType.Descendant => VisitDescendant((QilUnary)n),