2 references to UncompressedSize
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (1)
1095
const int CrcAndSizesBufferLength = ZipLocalFileHeader.FieldLengths.Crc32 + ZipLocalFileHeader.FieldLengths.CompressedSize + ZipLocalFileHeader.FieldLengths.
UncompressedSize
;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
69
public static readonly int FilenameLength = UncompressedSize + FieldLengths.
UncompressedSize
;