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