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