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