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