2 overrides of VisitNot
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
771protected override QilNode VisitNot(QilUnary ndNot) {
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
153protected override QilNode VisitNot(QilUnary n) { return NoReplace(n); }
1 reference to VisitNot
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
138case QilNodeType.Not: return VisitNot((QilUnary)n);