5 references to AddBooleanExpression
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
140
this.
AddBooleanExpression
(boolExprType, subExprList[i]);
System\ServiceModel\Dispatcher\XPathParser.cs (4)
235
andExpr.
AddBooleanExpression
(XPathExprType.And, eqExpr);
241
andExpr.
AddBooleanExpression
(XPathExprType.And, eqExpr);
634
orExpr.
AddBooleanExpression
(XPathExprType.Or, andExpr);
640
orExpr.
AddBooleanExpression
(XPathExprType.Or, andExpr);