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