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