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
;
189
if (
_encryptedDataSize
< 0)