8 references to XPathFilterFlags
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryMatcher.cs (8)
645XPathFilterFlags flags; 662this.flags = XPathFilterFlags.None; 676return (0 != (this.flags & XPathFilterFlags.AlwaysMatch)); 684return (0 != (this.flags & XPathFilterFlags.IsFxFilter)); 721this.flags |= XPathFilterFlags.IsFxFilter; 739this.flags |= (XPathFilterFlags.AlwaysMatch); 744this.flags |= (XPathFilterFlags.AlwaysMatch); 764this.flags &= ~XPathFilterFlags.IsFxFilter;