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)
32if (_hardLinkMode == TarHardLinkMode.PreserveLink && (fileType == Interop.Sys.FileTypes.S_IFREG) && status.HardLinkCount > 1)