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(); 2426if (_encryptionStream is not null) 2428await _encryptionStream.DisposeAsync().ConfigureAwait(false);