6 references to PaxTarEntry
Microsoft.NET.Build.Containers (4)
Layer.cs (4)
101var entry = new PaxTarEntry(TarEntryType.Directory, "Files", entryAttributes); 135var entry = new PaxTarEntry(TarEntryType.Directory, "Hives", entryAttributes); 161entry = new(TarEntryType.RegularFile, containerPath, entryAttributes) 168entry = new(TarEntryType.Directory, containerPath, entryAttributes);
System.Formats.Tar (2)
System\Formats\Tar\PaxTarEntry.cs (2)
31/// <para>Use the <see cref="PaxTarEntry(TarEntryType, string, IEnumerable{KeyValuePair{string, string}})"/> constructor to include extended attributes when creating the entry.</para> 111/// <remarks>The extended attributes are specified when constructing an entry and updated with additional attributes when the entry is written. Use <see cref="PaxTarEntry(TarEntryType, string, IEnumerable{KeyValuePair{string, string}})"/> to append custom extended attributes.