20 references to Ranges
System.ServiceModel (20)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (6)
107this.inputConnection.Ranges, 154this.Settings.ReliableMessagingVersion, this.session.InputID, this.inputConnection.Ranges, 377else if (this.inputConnection.Ranges.Contains(sequenceNumber)) 518this.session.SetFinalAck(this.inputConnection.Ranges); 627this.session.InputID, this.inputConnection.Ranges, true, this.GetBufferRemaining()); 1400if (this.deliveryStrategy.EnqueuedCount > 0 || this.inputConnection.Ranges.Count > 1)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (7)
180this.session.InputID, this.connection.Ranges, this.connection.IsLastKnown, bufferRemaining); 224this.connection.Ranges, 385if (this.DeliveryStrategy.EnqueuedCount > 0 || this.Connection.Ranges.Count > 1) 651else if (this.Connection.Ranges.Contains(sequenceNumber)) 778this.ReliableSession.SetFinalAck(this.Connection.Ranges); 1066else if (this.Connection.Ranges.Contains(sequenceNumber)) 1175this.ReliableSession.SetFinalAck(this.Connection.Ranges);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (7)
170this.connection.Ranges, 690using (Message reply = CreateAcknowledgement(this.connection.Ranges)) 768this.session.SetFinalAck(this.connection.Ranges); 1054isDupe = this.connection.Ranges.Contains(requestSequenceNumber); 1083reliableContext.SetAckRanges(this.connection.Ranges); 1110reliableContext.SetAckRanges(this.connection.Ranges); 1291if (this.PendingRequestContexts != 0 || this.connection.Ranges.Count > 1)