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