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