4 references to ProcessMatch
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (4)
242
return this.
ProcessMatch
(this.iqMatcher.Match(message, false, null), out data);
258
return this.
ProcessMatch
(this.iqMatcher.Match(messageBuffer, null), out data);
274
return this.
ProcessMatch
(this.iqMatcher.Match(navigator, null), out data);
290
return this.
ProcessMatch
(this.iqMatcher.Match(navigator, null), out data);