1 write to appendOnlyEntries
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializerLog.cs (1)
70this.appendOnlyEntries = new Dictionary<string, AtomEntry>(EqualityComparer<String>.Default);
3 references to appendOnlyEntries
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializerLog.cs (3)
262if (this.appendOnlyEntries.TryGetValue(entry.Identity, out existingEntry)) 274this.appendOnlyEntries.Remove(entry.Identity); 325this.appendOnlyEntries.Add(entry.Identity, entry);