2 writes to lastReply
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
589
this.
lastReply
= context;
1119
this.
lastReply
= reliableContext;
13 references to lastReply
System.ServiceModel (13)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (13)
159
if (this.
lastReply
!= null)
160
this.
lastReply
.Abort();
207
ReliableRequestContext reply = this.
lastReply
;
289
ReliableRequestContext reply = this.
lastReply
;
315
|| ((this.
lastReply
!= null) && (this.
lastReply
.RequestSequenceNumber == requestSeqNum) && (!this.lastReplyAcked)));
336
this.
lastReply
.EndReplyInternal(result);
516
if (this.
lastReply
!= null)
518
this.
lastReply
.Abort();
588
if (this.
lastReply
== null)
1077
if ((this.
lastReply
!= null) && (this.
lastReply
.RequestSequenceNumber == info.SequenceNumber))
1078
reliableContext = this.
lastReply
;