2 types derived from XPathConjunctExpr
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
212internal class XPathRelationExpr : XPathConjunctExpr 235internal class XPathMathExpr : XPathConjunctExpr
1 instantiation of XPathConjunctExpr
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
969return new XPathConjunctExpr(XPathExprType.Union, ValueDataType.Sequence, leftExpr, rightExpr);
2 references to XPathConjunctExpr
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
204XPathConjunctExpr unionExpr = (XPathConjunctExpr)expr;