4 references to TotalSize
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.cs (2)
791aesExtraFieldSize = WinZipAesExtraField.TotalSize; 1594aesExtraFieldSize = WinZipAesExtraField.TotalSize;
System\IO\Compression\ZipBlocks.cs (2)
832Span<byte> buffer = stackalloc byte[TotalSize]; 839byte[] buffer = new byte[TotalSize];