2 writes to isOr
System.Xml (2)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
32
isOr
= (op == Operator.Op.OR);
37
this.
isOr
= other.isOr;
3 references to isOr
System.Xml (3)
System\Xml\XPath\Internal\BooleanExpr.cs (3)
37
this.isOr = other.
isOr
;
47
if (((bool) n1) ==
isOr
) {
58
w.WriteAttributeString("op", (
isOr
? Operator.Op.OR : Operator.Op.AND).ToString());