1 write to Format
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.cs (1)
99
Format
= options.Format;
5 references to Format
System.Formats.Tar (5)
System\Formats\Tar\TarWriter.cs (2)
349
throw new InvalidDataException(SR.Format(SR.TarInvalidFormat,
Format
));
371
_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat,
Format
)),
System\Formats\Tar\TarWriter.Unix.cs (3)
57
Interop.Sys.FileTypes.S_IFREG => TarHelpers.GetRegularFileEntryTypeForFormat(
Format
),
65
TarEntry entry =
Format
switch
71
_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat,
Format
)),