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