1 write to matcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
98this.matcher = matcher;
10 references to matcher
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryMatcher.cs (10)
105QueryProcessor processor = this.matcher.CreateProcessor(); 110processor.Eval(this.matcher.RootOpcode, this.message, this.evalBody); 114throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 118throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 128this.matcher.ReleaseProcessor(processor); 151QueryProcessor processor = this.matcher.CreateProcessor(); 158processor.Eval(this.matcher.RootOpcode, this.message, this.evalBody); 201throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 205throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 214this.matcher.ReleaseProcessor(processor);