7 references to ExtendedAttributes
System.Formats.Tar (7)
System\Formats\Tar\TarEntry.cs (1)
520
case TarEntryType.
ExtendedAttributes
:
System\Formats\Tar\TarHeader.Read.cs (2)
226
case TarEntryType.
ExtendedAttributes
or TarEntryType.GlobalExtendedAttributes:
384
TarEntryType.
ExtendedAttributes
or
System\Formats\Tar\TarHeader.Write.cs (1)
332
_typeFlag = isGea ? TarEntryType.GlobalExtendedAttributes : TarEntryType.
ExtendedAttributes
;
System\Formats\Tar\TarReader.cs (3)
258
if (header._typeFlag is TarEntryType.
ExtendedAttributes
)
296
TarEntryType.
ExtendedAttributes
or
300
throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, actualHeader._typeFlag, TarEntryType.
ExtendedAttributes
));