1 write to foundEntriesWithMedia
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializerLog.cs (1)
73
this.
foundEntriesWithMedia
= new Dictionary<String, AtomEntry>(EqualityComparer<String>.Default);
4 references to foundEntriesWithMedia
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializerLog.cs (4)
100
this.mergeOption != MergeOption.OverwriteChanges || this.
foundEntriesWithMedia
.Count == 0,
135
foreach (AtomEntry entry in this.
foundEntriesWithMedia
.Values)
191
this.
foundEntriesWithMedia
.Clear();
213
this.
foundEntriesWithMedia
[entry.Identity] = entry;