2 writes to replyMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (2)
125this.message = this.replyMessage = message; 230this.replyMessage = this.correlationCallback.EndFinalizeCorrelation(result);
5 references to replyMessage
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (5)
236replyResult = this.context.innerContext.BeginReply(this.replyMessage, this.timeoutHelper.RemainingTime(), onReply, this); 243if (this.message != null && !object.ReferenceEquals(this.message, this.replyMessage)) 245this.replyMessage.Close(); 267if (this.message != null && !object.ReferenceEquals(this.message, this.replyMessage)) 269this.replyMessage.Close();