3 writes to windowStart
System.ServiceModel (3)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
87
this.
windowStart
= 1;
134
this.
windowStart
++;
145
this.
windowStart
++;
6 references to windowStart
System.ServiceModel (6)
System\ServiceModel\Channels\DeliveryStrategy.cs (6)
118
if (this.isEnqueueInOrder && (sequenceNumber > this.
windowStart
))
123
return (this.Channel.InternalPendingItems + sequenceNumber - this.
windowStart
< this.Quota);
128
if (sequenceNumber > this.
windowStart
)
136
while (this.items.ContainsKey(this.
windowStart
))
143
item = this.items[this.
windowStart
];
144
this.items.Remove(this.
windowStart
);