3 references to UncompressedSize
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (2)
1012BinaryPrimitives.WriteUInt32LittleEndian(lfStaticHeader[ZipLocalFileHeader.FieldLocations.UncompressedSize..], uncompressedSizeTruncated); 1143int relativeUncompressedSizeLocation = ZipLocalFileHeader.FieldLocations.UncompressedSize - ZipLocalFileHeader.FieldLocations.Crc32;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
69public static readonly int FilenameLength = UncompressedSize + FieldLengths.UncompressedSize;