13 references to IsLastKnown
System.ServiceModel (13)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
108this.inputConnection.IsLastKnown, 155this.inputConnection.IsLastKnown, bufferRemaining); 198if (this.inputConnection.IsLastKnown) 444if (this.inputConnection.IsLastKnown || this.pendingAcknowledgements == this.settings.MaxTransferWindowSize) 497if (!this.inputConnection.IsLastKnown)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (5)
180this.session.InputID, this.connection.Ranges, this.connection.IsLastKnown, bufferRemaining); 225this.connection.IsLastKnown, 713if (this.Connection.IsLastKnown) 757if (!this.Connection.IsLastKnown) 1154if (!this.Connection.IsLastKnown)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
171this.connection.IsLastKnown, 239this.connection.IsLastKnown, 729if (!this.connection.IsLastKnown)