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