2 references to CompressedSize
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (1)
1219BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.ZipDataDescriptor.FieldLocations.CompressedSize..], (uint)_compressedSize);
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
81public static readonly int UncompressedSize = CompressedSize + FieldLengths.CompressedSize;