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