2 instantiations of PaxGlobalExtendedAttributesTarEntry
System.Formats.Tar (2)
System\Formats\Tar\TarReader.cs (2)
139
new
PaxGlobalExtendedAttributesTarEntry
(header, this) : new PaxTarEntry(header, this),
292
new
PaxGlobalExtendedAttributesTarEntry
(header, this) : new PaxTarEntry(header, this),
7 references to PaxGlobalExtendedAttributesTarEntry
System.Formats.Tar (7)
System\Formats\Tar\GnuTarEntry.cs (1)
43
/// <exception cref="ArgumentException"><para><paramref name="other"/> is a <see cref="
PaxGlobalExtendedAttributesTarEntry
"/> and cannot be converted.</para>
System\Formats\Tar\PaxGlobalExtendedAttributesTarEntry.cs (2)
23
/// Initializes a new <see cref="
PaxGlobalExtendedAttributesTarEntry
"/> instance with the specified Global Extended Attributes enumeration.
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 (1)
106
/// <exception cref="ArgumentException"><para><paramref name="other"/> is a <see cref="
PaxGlobalExtendedAttributesTarEntry
"/> and cannot be converted.</para>
System\Formats\Tar\TarEntry.cs (1)
55
if (other is
PaxGlobalExtendedAttributesTarEntry
)
System\Formats\Tar\UstarTarEntry.cs (1)
41
/// <exception cref="ArgumentException"><para><paramref name="other"/> is a <see cref="
PaxGlobalExtendedAttributesTarEntry
"/> and cannot be converted.</para>
System\Formats\Tar\V7TarEntry.cs (1)
35
/// <exception cref="ArgumentException"><para><paramref name="other"/> is a <see cref="
PaxGlobalExtendedAttributesTarEntry
"/> and cannot be converted.</para>