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