1 write to _hardLinkMode
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.cs (1)
100
_hardLinkMode
= options.HardLinkMode;
1 reference to _hardLinkMode
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.Unix.cs (1)
32
if (
_hardLinkMode
== TarHardLinkMode.PreserveLink && (fileType == Interop.Sys.FileTypes.S_IFREG) && status.HardLinkCount > 1)