1 write to ranges
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1586this.ranges = ranges;
7 references to ranges
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (7)
1411if (this.ranges == null) 1538if (this.ranges == null) 1585if (this.ranges == null) 1615this.channel.PrepareReplyMessage(this.replySequenceNumber, this.isLastReply, this.ranges, reply); 1619reply = this.channel.CreateAcknowledgement(this.ranges); 1720this.context.ranges, this.reply); 1724this.reply = this.context.channel.CreateAcknowledgement(this.context.ranges);