1 write to items
System.ServiceModel (1)
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
86
this.
items
= new Dictionary<Int64, ItemType>();
7 references to items
System.ServiceModel (7)
System\ServiceModel\Channels\DeliveryStrategy.cs (7)
94
return this.Channel.InternalPendingItems + this.
items
.Count;
130
this.
items
.Add(sequenceNumber, item);
136
while (this.
items
.ContainsKey(this.windowStart))
143
item = this.
items
[this.windowStart];
144
this.
items
.Remove(this.windowStart);
164
DisposeItems(this.
items
.GetEnumerator());
165
this.
items
.Clear();