1 write to message
System.ServiceModel (1)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
117this.message = this.sendMessage = message;
6 references to message
System.ServiceModel (6)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (6)
130IAsyncResult result = this.correlationCallback.BeginFinalizeCorrelation(this.message, this.timeoutHelper.RemainingTime(), onFinalizeCorrelation, this); 147this.message, this.timeoutHelper.RemainingTime(), onSend, this); 236if (this.message != null && !object.ReferenceEquals(this.message, this.sendMessage)) 260if (this.message != null && !object.ReferenceEquals(this.message, this.sendMessage))