3 references to GnuTarEntry
Microsoft.Build.Tasks.Core (1)
TarDirectory.cs (1)
526
TarEntryFormat.Gnu => new
GnuTarEntry
(entryType, entryName),
System.Formats.Tar (2)
System\Formats\Tar\GnuTarEntry.cs (1)
27
/// <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)
70
TarEntryFormat.Gnu => new
GnuTarEntry
(entryType, entryName),