3 references to CompressedSize
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (2)
1011BinaryPrimitives.WriteUInt32LittleEndian(lfStaticHeader[ZipLocalFileHeader.FieldLocations.CompressedSize..], compressedSizeTruncated); 1142int relativeCompressedSizeLocation = ZipLocalFileHeader.FieldLocations.CompressedSize - ZipLocalFileHeader.FieldLocations.Crc32;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
68public static readonly int UncompressedSize = CompressedSize + FieldLengths.CompressedSize;