5 references to Zip64
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.cs (3)
537VersionToExtractAtLeast(ZipVersionNeededValues.Zip64); 1014VersionToExtractAtLeast(ZipVersionNeededValues.Zip64); 1231VersionToExtractAtLeast(ZipVersionNeededValues.Zip64);
System\IO\Compression\ZipBlocks.cs (2)
533BinaryPrimitives.WriteUInt16LittleEndian(blockContents[FieldLocations.VersionMadeBy..], (ushort)ZipVersionNeededValues.Zip64); 535BinaryPrimitives.WriteUInt16LittleEndian(blockContents[FieldLocations.VersionNeededToExtract..], (ushort)ZipVersionNeededValues.Zip64);