1 write to _encryptionMethod
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
1549internal ZipEncryptionMethod Encryption { get => _encryptionMethod; private set => _encryptionMethod = value; }
2 references to _encryptionMethod
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (2)
235public ZipEncryptionMethod EncryptionMethod => _encryptionMethod; 1549internal ZipEncryptionMethod Encryption { get => _encryptionMethod; private set => _encryptionMethod = value; }