2 writes to _isOr
System.Private.Xml (2)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
31
_isOr
= (op == Operator.Op.OR);
37
_isOr
= other._isOr;
2 references to _isOr
System.Private.Xml (2)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
37
_isOr = other.
_isOr
;
49
if (((bool)n1) ==
_isOr
)