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; 49if (((bool)n1) == _isOr)