5 references to FieldLocations
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.cs (5)
1311
ZipLocalFileHeader.DataDescriptorSignatureConstantBytes.CopyTo(dataDescriptor[ZipLocalFileHeader.ZipDataDescriptor.
FieldLocations
.Signature..]);
1312
BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.ZipDataDescriptor.
FieldLocations
.Crc32..], _crc32);
1323
BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.ZipDataDescriptor.
FieldLocations
.CompressedSize..], (uint)_compressedSize);
1324
BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.ZipDataDescriptor.
FieldLocations
.UncompressedSize..], (uint)_uncompressedSize);
1326
bytesToWrite = ZipLocalFileHeader.ZipDataDescriptor.
FieldLocations
.UncompressedSize + ZipLocalFileHeader.ZipDataDescriptor.FieldLengths.UncompressedSize;