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