2 overrides of VisitXPathFollowing
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3481protected override QilNode VisitXPathFollowing(QilUnary ndFoll)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
249protected override QilNode VisitXPathFollowing(QilUnary n) { return NoReplace(n); }
1 reference to VisitXPathFollowing
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
227QilNodeType.XPathFollowing => VisitXPathFollowing((QilUnary)n),