14 references to ExtendedAttributes
System.Formats.Tar (14)
System\Formats\Tar\TarEntry.cs (1)
486
case TarEntryType.
ExtendedAttributes
:
System\Formats\Tar\TarHeader.Read.cs (3)
189
case TarEntryType.
ExtendedAttributes
or TarEntryType.GlobalExtendedAttributes:
251
case TarEntryType.
ExtendedAttributes
or TarEntryType.GlobalExtendedAttributes:
403
TarEntryType.
ExtendedAttributes
or
System\Formats\Tar\TarHeader.Write.cs (1)
486
_typeFlag = isGea ? TarEntryType.GlobalExtendedAttributes : TarEntryType.
ExtendedAttributes
;
System\Formats\Tar\TarReader.cs (9)
331
if (header._typeFlag is TarEntryType.
ExtendedAttributes
)
372
if (header._typeFlag is TarEntryType.
ExtendedAttributes
)
410
TarEntryType.
ExtendedAttributes
or
414
throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, actualHeader._typeFlag, TarEntryType.
ExtendedAttributes
));
442
TarEntryType.
ExtendedAttributes
or
446
throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, actualHeader._typeFlag, TarEntryType.
ExtendedAttributes
));
450
if (actualHeader._typeFlag is TarEntryType.
ExtendedAttributes
)
452
throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, TarEntryType.
ExtendedAttributes
, TarEntryType.
ExtendedAttributes
));