1 write to matcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (1)
18
this.
matcher
= new InverseQueryMatcher(false);
6 references to matcher
System.ServiceModel (6)
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (6)
34
this.
matcher
.Evaluate<TResult>(message, false);
56
this.
matcher
.Evaluate<TResult>(buffer);
81
this.
matcher
.Add(query.Expression, query.Namespaces, query, false);
86
this.
matcher
.Remove((XPathMessageQuery) this[index]);
97
this.
matcher
.Remove((XPathMessageQuery) this[index]);
102
this.
matcher
.Add(query.Expression, query.Namespaces, query, false);