1 write to Format
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.cs (1)
74Format = format;
5 references to Format
System.Formats.Tar (5)
System\Formats\Tar\TarWriter.cs (2)
311throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)); 333_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),
System\Formats\Tar\TarWriter.Unix.cs (3)
36Interop.Sys.FileTypes.S_IFREG => Format is TarEntryFormat.V7 ? TarEntryType.V7RegularFile : TarEntryType.RegularFile, 43TarEntry entry = Format switch 49_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),