8 writes to Negate
System.ServiceModel (8)
System\ServiceModel\Dispatcher\XPathCompiler.cs (7)
233
number.
Negate
= false;
417
numExpr.
Negate
= false;
462
((XPathNumberExpr)mathExpr.Left).
Negate
= false;
468
((XPathNumberExpr)mathExpr.Right).
Negate
= false;
522
litExpr.
Negate
= false;
546
litExpr.
Negate
= false;
881
expr.
Negate
= false;
System\ServiceModel\Dispatcher\XPathParser.cs (1)
947
expr.
Negate
= negate;
7 references to Negate
System.ServiceModel (7)
System\ServiceModel\Dispatcher\XPathCompiler.cs (7)
231
if (number.
Negate
)
414
if (numExpr.
Negate
)
460
if (((XPathNumberExpr)mathExpr.Left).
Negate
)
466
if (((XPathNumberExpr)mathExpr.Right).
Negate
)
520
if (litExpr.
Negate
)
544
if (litExpr.
Negate
)
879
if (expr.
Negate
)