1 override of IsLiteral
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
407
internal override bool
IsLiteral
3 references to IsLiteral
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathCompiler.cs (3)
649
if (expr.
IsLiteral
&& XPathExprType.Number == expr.Type)
681
if (expr.Left.
IsLiteral
&& expr.Right.
IsLiteral
)