8 writes to _currentlyOpenForWrite
System.IO.Compression (8)
System\IO\Compression\ZipArchiveEntry.Async.cs (3)
140_currentlyOpenForWrite = false; 267_currentlyOpenForWrite = true; 284onClosed: thisRef => thisRef!._currentlyOpenForWrite = false,
System\IO\Compression\ZipArchiveEntry.cs (5)
82_currentlyOpenForWrite = false; 140_currentlyOpenForWrite = false; 504_currentlyOpenForWrite = false; 886_currentlyOpenForWrite = true; 903onClosed: thisRef => thisRef!._currentlyOpenForWrite = false,
3 references to _currentlyOpenForWrite
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
259if (_currentlyOpenForWrite)
System\IO\Compression\ZipArchiveEntry.cs (2)
344if (_currentlyOpenForWrite) 878if (_currentlyOpenForWrite)