4 references to Filter
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathCompiler.cs (3)
243
case XPathExprType.
Filter
:
273
Fx.Assert(XPathExprType.
Filter
== expr.Type, "");
587
if (expr.Type == XPathExprType.
Filter
)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
358
XPathExpr filterExpr = new XPathExpr(XPathExprType.
Filter
, primaryExpr.ReturnType);