2 references to UncompressedSize
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (2)
1220
BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.ZipDataDescriptor.FieldLocations.
UncompressedSize
..], (uint)_uncompressedSize);
1222
bytesToWrite = ZipLocalFileHeader.ZipDataDescriptor.FieldLocations.
UncompressedSize
+ ZipLocalFileHeader.ZipDataDescriptor.FieldLengths.UncompressedSize;