5 references to Match
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
508
result = this.
Match
(message, true, matches);
791
return base.
Match
(message, matchBody, null);
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (3)
242
return this.ProcessMatch(this.iqMatcher.
Match
(message, false, null), out data);
391
this.iqMatcher.ReleaseResult(this.iqMatcher.
Match
(message, false, results));
471
this.ProcessMatches(this.iqMatcher.
Match
(message, false, null), results);