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