2 writes to items
System.Data.Services (2)
System\Data\Services\UpdateTracker.cs (2)
41this.items = new Dictionary<ResourceSetWrapper, Dictionary<object, UpdateOperations>>(ReferenceEqualityComparer<ResourceSetWrapper>.Instance); 118this.items = null;
4 references to items
System.Data.Services (4)
System\Data\Services\UpdateTracker.cs (4)
91foreach (var item in this.items) 134Debug.Assert(this.items != null, "this.items != null - otherwise FireNotification has already been called"); 145if (!this.items.TryGetValue(container, out changedItems)) 158this.items.Add(container, changedItems);