10 references to new
Microsoft.NET.Build.Containers (7)
LocalDaemons\DockerCli.cs (7)
370
PaxTarEntry configEntry =
new
(TarEntryType.RegularFile, configPath)
401
PaxTarEntry manifestEntry =
new
(TarEntryType.RegularFile, "manifest.json")
439
PaxTarEntry layoutEntry =
new
(TarEntryType.RegularFile, ociLayoutPath)
457
PaxTarEntry manifestEntry =
new
(TarEntryType.RegularFile, manifestPath)
482
PaxTarEntry indexEntry =
new
(TarEntryType.RegularFile, "index.json")
545
PaxTarEntry indexEntry =
new
(TarEntryType.RegularFile, manifestListPath)
564
PaxTarEntry 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)
47
TarEntryFormat.Pax => new
PaxTarEntry
(entryType, entryName),