1 write to _entriesDictionary
System.IO.Compression (1)
System\IO\Compression\ZipArchive.cs (1)
190_entriesDictionary = new Dictionary<string, ZipArchiveEntry>();
4 references to _entriesDictionary
System.IO.Compression (4)
System\IO\Compression\ZipArchive.cs (4)
338_entriesDictionary.TryGetValue(entryName, out ZipArchiveEntry? result); 422_entriesDictionary.TryAdd(entry.FullName, entry); 439_entriesDictionary.Remove(entry.FullName); 500_entriesDictionary.Clear();