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