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