9 references to PaxTarEntry
Microsoft.NET.Build.Containers (7)
LocalDaemons\DockerCli.cs (7)
461PaxTarEntry configEntry = new(TarEntryType.RegularFile, configPath) 492PaxTarEntry manifestEntry = new(TarEntryType.RegularFile, "manifest.json") 530PaxTarEntry layoutEntry = new(TarEntryType.RegularFile, ociLayoutPath) 548PaxTarEntry manifestEntry = new(TarEntryType.RegularFile, manifestPath) 573PaxTarEntry indexEntry = new(TarEntryType.RegularFile, "index.json") 637PaxTarEntry indexEntry = new(TarEntryType.RegularFile, manifestListPath) 656PaxTarEntry 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)
69TarEntryFormat.Pax => new PaxTarEntry(entryType, entryName),