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)
83_currentlyOpenForWrite = false; 141_currentlyOpenForWrite = false; 505_currentlyOpenForWrite = false; 887_currentlyOpenForWrite = true; 904onClosed: 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)
345if (_currentlyOpenForWrite) 879if (_currentlyOpenForWrite)