1 write to _encryptionStream
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
2208
_encryptionStream
= encryptionStream;
3 references to _encryptionStream
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (3)
2383
_encryptionStream
?.Dispose();
2426
if (
_encryptionStream
is not null)
2428
await
_encryptionStream
.DisposeAsync().ConfigureAwait(false);