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