4 references to Match
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
826
return base.
Match
(navigator, null);
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (3)
290
return this.ProcessMatch(this.iqMatcher.
Match
(navigator, null), out data);
451
this.iqMatcher.ReleaseResult(this.iqMatcher.
Match
(navigator, results));
531
this.ProcessMatches(this.iqMatcher.
Match
(navigator, null), results);