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