4 references to TarFile
Microsoft.Build.Tasks.Core (2)
TarDirectory.cs (2)
312
/// contents. This mirrors the entry naming of <see cref="
TarFile
.CreateFromDirectory(string, Stream, bool, TarEntryFormat)"/>
334
/// <see cref="
TarFile
.CreateFromDirectory(string, Stream, bool, TarEntryFormat)"/> and avoiding reparse-point cycles.
System.Formats.Tar (2)
System\Formats\Tar\TarEntry.cs (2)
201
/// <para>Hard links can only be extracted when using <see cref="
TarFile
.ExtractToDirectory(Stream, string, bool)"/> or <see cref="
TarFile
.ExtractToDirectory(string, string, bool)"/>.</para></remarks>