2 writes to last
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
248this.last = sequenceNumber; 463this.last = this.windowStart + this.window.Count - 1;
7 references to last
System.ServiceModel (7)
System\ServiceModel\Channels\TransmissionStrategy.cs (7)
118return (this.last != 0 && this.windowStart == this.last + 1); 134return this.last; 458if (this.last != 0) 464return (this.last == 0) || this.DoneTransmitting; 476if (isLast && this.last != 0) 507if (isLast && this.last != 0)