2 references to PaxTarEntry
System.Formats.Tar (2)
System\Formats\Tar\PaxTarEntry.cs (1)
26/// <remarks><para>When creating an instance using the <see cref="PaxTarEntry(TarEntryType, string)"/> constructor, only the following entry types are supported:</para>
System\Formats\Tar\TarWriter.Unix.cs (1)
69TarEntryFormat.Pax => new PaxTarEntry(entryType, entryName),