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