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