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