2 overrides of VisitXPathFollowing
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3238protected override QilNode VisitXPathFollowing(QilUnary ndFoll) {
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
264protected override QilNode VisitXPathFollowing(QilUnary n) { return NoReplace(n); }
1 reference to VisitXPathFollowing
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
220case QilNodeType.XPathFollowing: return VisitXPathFollowing((QilUnary)n);