1 write to message
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
99this.message = message;
8 references to message
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryMatcher.cs (8)
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); 124this.message.Close(); 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); 211this.message.Close();