4 references to And
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
186case XPathExprType.And:
System\ServiceModel\Dispatcher\XPathParser.cs (3)
233XPathExpr andExpr = new XPathExpr(XPathExprType.And, ValueDataType.Boolean); 235andExpr.AddBooleanExpression(XPathExprType.And, eqExpr); 241andExpr.AddBooleanExpression(XPathExprType.And, eqExpr);