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