7 references to Not
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
689
if (local1.NodeType == QilNodeType.
Not
)
3614
if (local7.NodeType == QilNodeType.
Not
)
System\Xml\Xsl\QIL\QilFactory.cs (1)
356
QilUnary n = new QilUnary(QilNodeType.
Not
, child);
System\Xml\Xsl\QIL\QilPatternFactory.cs (2)
288
case QilNodeType.
Not
:
312
case QilNodeType.
Not
:
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
62
QilNodeType.
Not
=> CheckNot((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
145
QilNodeType.
Not
=> VisitNot((QilUnary)n),