2 writes to matcher
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
333
this.
matcher
= new XPathQueryMatcher(true);
357
this.
matcher
= XPathMessageFilter.dummyMatcher;
13 references to matcher
System.ServiceModel (13)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (13)
269
return this.
matcher
.NodeQuota;
279
this.
matcher
.NodeQuota = value;
299
if (!this.
matcher
.IsCompiled)
302
this.
matcher
.Compile(this.xpath, this.namespaces);
314
this.
matcher
.CompileForInternal(this.xpath, this.namespaces);
318
this.
matcher
.CompileForExternal(this.xpath, this.namespaces);
331
if (this.
matcher
== XPathMessageFilter.dummyMatcher)
376
return this.ProcessResult(this.
matcher
.Match(message, false));
394
return this.ProcessResult(this.
matcher
.Match(messageBuffer));
407
return this.ProcessResult(this.
matcher
.Match(navigator));
420
return this.ProcessResult(this.
matcher
.Match(navigator));
426
this.
matcher
.ReleaseResult(result);
599
this.
matcher
.Trim();