2 writes to _encryptedDataSize
System.IO.Compression (2)
System\IO\Compression\WinZipAesStream.cs (2)
178_encryptedDataSize = -1; 186_encryptedDataSize = _totalStreamSize - headerSize - hmacSize;
2 references to _encryptedDataSize
System.IO.Compression (2)
System\IO\Compression\WinZipAesStream.cs (2)
187_encryptedDataRemaining = _encryptedDataSize; 189if (_encryptedDataSize < 0)