3 references to XPathConjunctExpr
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
217: base(XPathExprType.Relational, ValueDataType.Boolean, left, right) 240: base(XPathExprType.Math, ValueDataType.Double, left, right)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
969return new XPathConjunctExpr(XPathExprType.Union, ValueDataType.Sequence, leftExpr, rightExpr);