2 writes to sendMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (2)
117this.message = this.sendMessage = message; 222this.sendMessage = this.correlationCallback.EndFinalizeCorrelation(result);
5 references to sendMessage
System.ServiceModel (5)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (5)
229this.sendMessage, this.timeoutHelper.RemainingTime(), onSend, this); 236if (this.message != null && !object.ReferenceEquals(this.message, this.sendMessage)) 238this.sendMessage.Close(); 260if (this.message != null && !object.ReferenceEquals(this.message, this.sendMessage)) 262this.sendMessage.Close();