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)
190
case TarEntryType.
ExtendedAttributes
or TarEntryType.GlobalExtendedAttributes:
252
case TarEntryType.
ExtendedAttributes
or TarEntryType.GlobalExtendedAttributes:
404
TarEntryType.
ExtendedAttributes
or
System\Formats\Tar\TarHeader.Write.cs (1)
522
_typeFlag = isGea ? TarEntryType.GlobalExtendedAttributes : TarEntryType.
ExtendedAttributes
;
System\Formats\Tar\TarReader.cs (9)
313
if (header._typeFlag is TarEntryType.
ExtendedAttributes
)
354
if (header._typeFlag is TarEntryType.
ExtendedAttributes
)
392
TarEntryType.
ExtendedAttributes
or
396
throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, actualHeader._typeFlag, TarEntryType.
ExtendedAttributes
));
424
TarEntryType.
ExtendedAttributes
or
428
throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, actualHeader._typeFlag, TarEntryType.
ExtendedAttributes
));
432
if (actualHeader._typeFlag is TarEntryType.
ExtendedAttributes
)
434
throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, TarEntryType.
ExtendedAttributes
, TarEntryType.
ExtendedAttributes
));