14 references to ExtendedAttributes
System.Formats.Tar (14)
System\Formats\Tar\TarEntry.cs (1)
486case TarEntryType.ExtendedAttributes:
System\Formats\Tar\TarHeader.Read.cs (3)
190case TarEntryType.ExtendedAttributes or TarEntryType.GlobalExtendedAttributes: 252case TarEntryType.ExtendedAttributes or TarEntryType.GlobalExtendedAttributes: 404TarEntryType.ExtendedAttributes or
System\Formats\Tar\TarHeader.Write.cs (1)
522_typeFlag = isGea ? TarEntryType.GlobalExtendedAttributes : TarEntryType.ExtendedAttributes;
System\Formats\Tar\TarReader.cs (9)
313if (header._typeFlag is TarEntryType.ExtendedAttributes) 354if (header._typeFlag is TarEntryType.ExtendedAttributes) 392TarEntryType.ExtendedAttributes or 396throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, actualHeader._typeFlag, TarEntryType.ExtendedAttributes)); 424TarEntryType.ExtendedAttributes or 428throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, actualHeader._typeFlag, TarEntryType.ExtendedAttributes)); 432if (actualHeader._typeFlag is TarEntryType.ExtendedAttributes) 434throw new InvalidDataException(SR.Format(SR.TarUnexpectedMetadataEntry, TarEntryType.ExtendedAttributes, TarEntryType.ExtendedAttributes));