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