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