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