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