3 references to IsFxFilter
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (3)
684
return (0 != (this.flags & XPathFilterFlags.
IsFxFilter
));
721
this.flags |= XPathFilterFlags.
IsFxFilter
;
764
this.flags &= ~XPathFilterFlags.
IsFxFilter
;