6 references to PaxTarEntry
Microsoft.NET.Build.Containers (4)
Layer.cs (4)
101
var entry = new
PaxTarEntry
(TarEntryType.Directory, "Files", entryAttributes);
135
var entry = new
PaxTarEntry
(TarEntryType.Directory, "Hives", entryAttributes);
161
entry =
new
(TarEntryType.RegularFile, containerPath, entryAttributes)
168
entry =
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>
49
/// <remarks><para>When creating an instance using the <see cref="
PaxTarEntry
(TarEntryType, string, IEnumerable{KeyValuePair{string, string}})"/> constructor, only the following entry types are supported:</para>