5 references to Match
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
587return this.Match(nav, matches); 809return base.Match(navigator, null);
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (3)
274return this.ProcessMatch(this.iqMatcher.Match(navigator, null), out data); 431this.iqMatcher.ReleaseResult(this.iqMatcher.Match(navigator, results)); 511this.ProcessMatches(this.iqMatcher.Match(navigator, null), results);