5 references to
System.Formats.Tar (5)
System\Formats\Tar\GnuTarEntry.cs (1)
34
:
base
(entryType, entryName, TarEntryFormat.Gnu, isGea: false)
System\Formats\Tar\PaxGlobalExtendedAttributesTarEntry.cs (1)
28
:
base
(TarEntryType.GlobalExtendedAttributes, nameof(PaxGlobalExtendedAttributesTarEntry), TarEntryFormat.Pax, isGea: true) // Name == name of type for lack of a better temporary name until the entry is written
System\Formats\Tar\PaxTarEntry.cs (2)
53
:
base
(entryType, entryName, TarEntryFormat.Pax, isGea: false)
92
:
base
(entryType, entryName, TarEntryFormat.Pax, isGea: false)
System\Formats\Tar\UstarTarEntry.cs (1)
33
:
base
(entryType, entryName, TarEntryFormat.Ustar, isGea: false)