1 write to _entriesDictionary
System.IO.Compression (1)
System\IO\Compression\ZipArchive.cs (1)
193_entriesDictionary = new Dictionary<string, ZipArchiveEntry>();
4 references to _entriesDictionary
System.IO.Compression (4)
System\IO\Compression\ZipArchive.cs (4)
403_entriesDictionary.TryGetValue(entryName, out ZipArchiveEntry? result); 524_entriesDictionary.TryAdd(entry.FullName, entry); 541_entriesDictionary.Remove(entry.FullName); 600_entriesDictionary.Clear();