3 references to CopyContents
System.Formats.Tar (3)
System\Formats\Tar\TarEntry.cs (1)
486if (hardLinkMode == TarHardLinkMode.CopyContents)
System\Formats\Tar\TarExtractOptions.cs (1)
27if (value is not TarHardLinkMode.PreserveLink and not TarHardLinkMode.CopyContents)
System\Formats\Tar\TarWriterOptions.cs (1)
39if (value is not TarHardLinkMode.PreserveLink and not TarHardLinkMode.CopyContents)