4 references to ParsePredicateExpression
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathParser.cs (4)
361
XPathExpr predicate = this.
ParsePredicateExpression
();
373
while (null != (predicate = this.
ParsePredicateExpression
()))
707
XPathExpr predicate = this.
ParsePredicateExpression
();
713
while (null != (predicate = this.
ParsePredicateExpression
()))