2 overrides of VisitDescendant
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2483protected override QilNode VisitDescendant(QilUnary ndDesc) {
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
226protected override QilNode VisitDescendant(QilUnary n) { return NoReplace(n); }
1 reference to VisitDescendant
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
190case QilNodeType.Descendant: return VisitDescendant((QilUnary)n);