5 references to Zip64
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.cs (3)
538VersionToExtractAtLeast(ZipVersionNeededValues.Zip64); 959VersionToExtractAtLeast(ZipVersionNeededValues.Zip64); 1124VersionToExtractAtLeast(ZipVersionNeededValues.Zip64);
System\IO\Compression\ZipBlocks.cs (2)
487BinaryPrimitives.WriteUInt16LittleEndian(blockContents[FieldLocations.VersionMadeBy..], (ushort)ZipVersionNeededValues.Zip64); 489BinaryPrimitives.WriteUInt16LittleEndian(blockContents[FieldLocations.VersionNeededToExtract..], (ushort)ZipVersionNeededValues.Zip64);