3 references to NumberOfDiskWithZip64EOCD
System.IO.Compression (3)
System\IO\Compression\ZipBlocks.cs (2)
429
NumberOfDiskWithZip64EOCD = BinaryPrimitives.ReadUInt32LittleEndian(blockContents[FieldLocations.
NumberOfDiskWithZip64EOCD
..]),
452
BinaryPrimitives.WriteUInt32LittleEndian(blockContents[FieldLocations.
NumberOfDiskWithZip64EOCD
..], 0);
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
35
public const int OffsetOfZip64EOCD =
NumberOfDiskWithZip64EOCD
+ FieldLengths.NumberOfDiskWithZip64EOCD;