1 write to Format
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.cs (1)
99Format = options.Format;
5 references to Format
System.Formats.Tar (5)
System\Formats\Tar\TarWriter.cs (4)
334throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)); 356_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)), 420Format switch 426_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),
System\Formats\Tar\TarWriter.Unix.cs (1)
57Interop.Sys.FileTypes.S_IFREG => TarHelpers.GetRegularFileEntryTypeForFormat(Format),