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