8 references to TarWriter
Microsoft.NET.Build.Containers (4)
Layer.cs (1)
96
using (TarWriter writer =
new
(gz, TarEntryFormat.Pax, leaveOpen: true))
LocalDaemons\DockerCli.cs (3)
312
using TarWriter writer =
new
(imageStream, TarEntryFormat.Pax, leaveOpen: true);
419
using TarWriter writer =
new
(imageStream, TarEntryFormat.Pax, leaveOpen: true);
515
using TarWriter writer =
new
(imageStream, TarEntryFormat.Pax, leaveOpen: true);
System.Formats.Tar (4)
System\Formats\Tar\TarWriter.cs (4)
33
:
this
(archiveStream, TarEntryFormat.Pax, leaveOpen: false)
46
:
this
(archiveStream, TarEntryFormat.Pax, leaveOpen)
163
/// <para>The entry will be created using the format specified in the <see cref="
TarWriter
(Stream, TarEntryFormat, bool)"/> constructor, or will use <see cref="TarEntryFormat.Pax"/> if other constructors are used.</para>
183
/// <para>The entry will be created using the format specified in the <see cref="
TarWriter
(Stream, TarEntryFormat, bool)"/> constructor, or will use <see cref="TarEntryFormat.Pax"/> if other constructors are used.</para>