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