1 write to _entriesDictionary
System.IO.Compression (1)
System\IO\Compression\ZipArchive.cs (1)
170_entriesDictionary = new Dictionary<string, ZipArchiveEntry>();
3 references to _entriesDictionary
System.IO.Compression (3)
System\IO\Compression\ZipArchive.cs (3)
350_entriesDictionary.TryGetValue(entryName, out ZipArchiveEntry? result); 432_entriesDictionary.TryAdd(entry.FullName, entry); 449_entriesDictionary.Remove(entry.FullName);