1 write to _encryptionStream
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
2236
_encryptionStream
= encryptionStream;
3 references to _encryptionStream
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (3)
2411
_encryptionStream
?.Dispose();
2454
if (
_encryptionStream
is not null)
2456
await
_encryptionStream
.DisposeAsync().ConfigureAwait(false);