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