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