9 references to PaxTarEntry
Microsoft.NET.Build.Containers (7)
LocalDaemons\DockerCli.cs (7)
461
PaxTarEntry configEntry =
new
(TarEntryType.RegularFile, configPath)
492
PaxTarEntry manifestEntry =
new
(TarEntryType.RegularFile, "manifest.json")
530
PaxTarEntry layoutEntry =
new
(TarEntryType.RegularFile, ociLayoutPath)
548
PaxTarEntry manifestEntry =
new
(TarEntryType.RegularFile, manifestPath)
573
PaxTarEntry indexEntry =
new
(TarEntryType.RegularFile, "index.json")
637
PaxTarEntry indexEntry =
new
(TarEntryType.RegularFile, manifestListPath)
656
PaxTarEntry indexEntry =
new
(TarEntryType.RegularFile, "index.json")
System.Formats.Tar (2)
System\Formats\Tar\PaxTarEntry.cs (1)
26
/// <remarks><para>When creating an instance using the <see cref="
PaxTarEntry
(TarEntryType, string)"/> constructor, only the following entry types are supported:</para>
System\Formats\Tar\TarWriter.Unix.cs (1)
69
TarEntryFormat.Pax => new
PaxTarEntry
(entryType, entryName),