2 writes to iqMatcher
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (2)
51
this.
iqMatcher
= new InverseQueryMatcher(true);
151
this.
iqMatcher
= new InverseQueryMatcher(true);
28 references to iqMatcher
System.ServiceModel (28)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (28)
50
if (this.
iqMatcher
== null)
58
return (this.filters.Count > 0 && null != this.
iqMatcher
);
140
return this.
iqMatcher
.NodeQuota;
149
if (null == this.
iqMatcher
)
153
this.
iqMatcher
.NodeQuota = value;
189
this.
iqMatcher
.Add(filter.XPath, filter.Namespaces, filter, forceExternal);
194
this.
iqMatcher
.Clear();
242
return this.ProcessMatch(this.
iqMatcher
.Match(message, false, null), out data);
258
return this.ProcessMatch(this.
iqMatcher
.Match(messageBuffer, null), out data);
274
return this.ProcessMatch(this.
iqMatcher
.Match(navigator, null), out data);
290
return this.ProcessMatch(this.
iqMatcher
.Match(navigator, null), out data);
391
this.
iqMatcher
.ReleaseResult(this.
iqMatcher
.Match(message, false, results));
411
this.
iqMatcher
.ReleaseResult(
iqMatcher
.Match(messageBuffer, results));
431
this.
iqMatcher
.ReleaseResult(this.
iqMatcher
.Match(navigator, results));
451
this.
iqMatcher
.ReleaseResult(this.
iqMatcher
.Match(navigator, results));
471
this.ProcessMatches(this.
iqMatcher
.Match(message, false, null), results);
491
this.ProcessMatches(this.
iqMatcher
.Match(messageBuffer, null), results);
511
this.ProcessMatches(this.
iqMatcher
.Match(navigator, null), results);
531
this.ProcessMatches(this.
iqMatcher
.Match(navigator, null), results);
547
this.
iqMatcher
.ReleaseResult(result);
558
this.
iqMatcher
.ReleaseResult(result);
580
this.
iqMatcher
.Remove((XPathMessageFilter)item.Key);
596
this.
iqMatcher
.Remove(filter);
606
this.
iqMatcher
.Trim();