1 write to _entriesDictionary
System.IO.Compression (1)
System\IO\Compression\ZipArchive.cs (1)
167_entriesDictionary = new Dictionary<string, ZipArchiveEntry>();
4 references to _entriesDictionary
System.IO.Compression (4)
System\IO\Compression\ZipArchive.cs (4)
353_entriesDictionary.TryGetValue(entryName, out ZipArchiveEntry? result); 437_entriesDictionary.TryAdd(entry.FullName, entry); 454_entriesDictionary.Remove(entry.FullName); 518_entriesDictionary.Clear();