4 references to FieldLengths
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.cs (1)
1317bytesToWrite = ZipLocalFileHeader.ZipDataDescriptor.FieldLocations.UncompressedSize + ZipLocalFileHeader.ZipDataDescriptor.FieldLengths.UncompressedSize;
System\IO\Compression\ZipBlocks.FieldLocations.cs (3)
79public const int Crc32 = Signature + FieldLengths.Signature; 80public const int CompressedSize = Crc32 + FieldLengths.Crc32; 81public const int UncompressedSize = CompressedSize + FieldLengths.CompressedSize;