4 references to TarWriter
System.Formats.Tar (4)
System\Formats\Tar\TarFile.cs (2)
330using (TarWriter writer = new TarWriter(destination, TarEntryFormat.Pax, leaveOpen)) 384TarWriter writer = new TarWriter(destination, TarEntryFormat.Pax, leaveOpen);
System\Formats\Tar\TarWriter.cs (2)
31: this(archiveStream, TarEntryFormat.Pax, leaveOpen: false) 43: this(archiveStream, TarEntryFormat.Pax, leaveOpen)