7 references to Not
System.Data.SqlXml (7)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
558
if (local1.NodeType == QilNodeType.
Not
) {
2716
if (local7.NodeType == QilNodeType.
Not
) {
System\Xml\Xsl\QIL\QilFactory.cs (1)
357
QilUnary n = new QilUnary(QilNodeType.
Not
, child);
System\Xml\Xsl\QIL\QilPatternFactory.cs (2)
271
case QilNodeType.
Not
:
292
case QilNodeType.
Not
:
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
66
case QilNodeType.
Not
: return CheckNot((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
138
case QilNodeType.
Not
: return VisitNot((QilUnary)n);