1 write to _encrypting
System.IO.Compression (1)
System\IO\Compression\WinZipAesStream.cs (1)
167_encrypting = encrypting;
11 references to _encrypting
System.IO.Compression (11)
System\IO\Compression\WinZipAesStream.cs (11)
223Debug.Assert(!_encrypting, "ValidateAuthCode should only be called during decryption."); 239Debug.Assert(!_encrypting, "ValidateAuthCode should only be called during decryption."); 292if (_encrypting) 337Debug.Assert(_encrypting, "WriteAuthCode should only be called during encryption."); 371if (_encrypting) 497if (!_encrypting) 565if (_encrypting && !_authCodeFinalized) 595if (_encrypting && !_authCodeFinalized) 620Debug.Assert(_encrypting && !_authCodeFinalized); 648public override bool CanRead => !_encrypting && !_disposed; 650public override bool CanWrite => _encrypting && !_disposed;