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