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