2 references to ExtractToFileInternalAsync
System.Formats.Tar (2)
System\Formats\Tar\TarEntry.cs (2)
241
return
ExtractToFileInternalAsync
(destinationFileName, linkTargetPath: null, overwrite, cancellationToken);
340
return
ExtractToFileInternalAsync
(destinationFullPath, linkTargetPath, overwrite, cancellationToken);