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