1 write to _encryptionStream
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
2244
_encryptionStream
= encryptionStream;
4 references to _encryptionStream
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.cs (4)
2417
if (
_encryptionStream
is null)
2433
_encryptionStream
.Dispose();
2476
if (
_encryptionStream
is null)
2492
await
_encryptionStream
.DisposeAsync().ConfigureAwait(false);