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>