10 references to new
Microsoft.NET.Build.Containers (7)
LocalDaemons\DockerCli.cs (7)
370PaxTarEntry configEntry = new(TarEntryType.RegularFile, configPath) 401PaxTarEntry manifestEntry = new(TarEntryType.RegularFile, "manifest.json") 439PaxTarEntry layoutEntry = new(TarEntryType.RegularFile, ociLayoutPath) 457PaxTarEntry manifestEntry = new(TarEntryType.RegularFile, manifestPath) 482PaxTarEntry indexEntry = new(TarEntryType.RegularFile, "index.json") 545PaxTarEntry indexEntry = new(TarEntryType.RegularFile, manifestListPath) 564PaxTarEntry indexEntry = new(TarEntryType.RegularFile, "index.json")
System.Formats.Tar (3)
System\Formats\Tar\PaxTarEntry.cs (2)
26/// <remarks><para>When creating an instance using the <see cref="PaxTarEntry(TarEntryType, string)"/> constructor, only the following entry types are supported:</para> 49/// <remarks>When creating an instance using the <see cref="PaxTarEntry(TarEntryType, string)"/> constructor, only the following entry types are supported:
System\Formats\Tar\TarWriter.Unix.cs (1)
47TarEntryFormat.Pax => new PaxTarEntry(entryType, entryName),