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 (2)
349throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)); 371_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),
System\Formats\Tar\TarWriter.Unix.cs (3)
57Interop.Sys.FileTypes.S_IFREG => TarHelpers.GetRegularFileEntryTypeForFormat(Format), 65TarEntry entry = Format switch 71_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),