2 writes to clientReply
System.ServiceModel (2)
System\ServiceModel\OperationContext.cs (2)
357
this.
clientReply
= null;
442
this.
clientReply
= message;
7 references to clientReply
System.ServiceModel (7)
System\ServiceModel\OperationContext.cs (7)
191
get { return this.
clientReply
?? this.request; }
241
Message message = this.
clientReply
?? this.request;
253
Message message = this.
clientReply
?? this.request;
265
Message message = this.
clientReply
?? this.request;
435
if (!object.Equals(message, this.
clientReply
))
437
if (this.closeClientReply && (this.
clientReply
!= null))
439
oldClientReply = this.
clientReply
;