2 references to ExtractToFileInternalAsync
System.Formats.Tar (2)
System\Formats\Tar\TarEntry.cs (2)
256
return
ExtractToFileInternalAsync
(destinationFileName, linkTargetPath: null, overwrite, TarHardLinkMode.PreserveLink, cancellationToken);
355
return
ExtractToFileInternalAsync
(destinationFullPath, linkTargetPath, overwrite, hardLinkMode, cancellationToken);