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