1 write to Format
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.cs (1)
77Format = format;
5 references to Format
System.Formats.Tar (5)
System\Formats\Tar\TarWriter.cs (2)
326throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)); 348_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),
System\Formats\Tar\TarWriter.Unix.cs (3)
34Interop.Sys.FileTypes.S_IFREG => TarHelpers.GetRegularFileEntryTypeForFormat(Format), 41TarEntry entry = Format switch 47_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),