2 writes to message
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
539this.message = value; 881this.message = null;
5 references to message
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryProcessor.cs (5)
507if (null != this.message) 509this.contextNode = this.matcher.CreateMessageNavigator(this.message, this.matchMessageBody); 535return this.message; 863throw TraceUtility.ThrowHelperError(e.Process(op), this.message); 867throw TraceUtility.ThrowHelperError(e.Process(op), this.message);