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