2 overrides of VisitNot
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
825protected override QilNode VisitNot(QilUnary ndNot)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
138protected override QilNode VisitNot(QilUnary n) { return NoReplace(n); }
1 reference to VisitNot
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
145QilNodeType.Not => VisitNot((QilUnary)n),