2 writes to _isOr
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanExpr.cs (2)
34_isOr = (op == Operator.Op.OR); 40_isOr = other._isOr;
3 references to _isOr
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanExpr.cs (3)
40_isOr = other._isOr; 52if (((bool)n1) == _isOr) 65w.WriteAttributeString("op", (_isOr ? Operator.Op.OR : Operator.Op.AND).ToString());