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