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)
2417if (_encryptionStream is null) 2433_encryptionStream.Dispose(); 2476if (_encryptionStream is null) 2492await _encryptionStream.DisposeAsync().ConfigureAwait(false);