6 references to ZipVersionMadeByPlatform
System.IO.Compression (6)
System\IO\Compression\ZipArchiveEntry.cs (2)
22private readonly ZipVersionMadeByPlatform _versionMadeByPlatform; 57_versionMadeByPlatform = (ZipVersionMadeByPlatform)cd.VersionMadeByCompatibility;
System\IO\Compression\ZipArchiveEntry.Unix.cs (4)
8internal const ZipVersionMadeByPlatform CurrentZipPlatform = ZipVersionMadeByPlatform.Unix; 17internal static string ParseFileName(string path, ZipVersionMadeByPlatform madeByPlatform) => 18madeByPlatform == ZipVersionMadeByPlatform.Windows ? GetFileName_Windows(path) : GetFileName_Unix(path);