2 types derived from XPathLiteralExpr
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
422
internal class XPathStringExpr :
XPathLiteralExpr
449
internal class XPathNumberExpr :
XPathLiteralExpr
4 references to XPathLiteralExpr
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathCompiler.cs (4)
400
XPathLiteralExpr
left = (
XPathLiteralExpr
)expr.Left;
401
XPathLiteralExpr
right = (
XPathLiteralExpr
)expr.Right;