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