2 references to ExtractToDirectoryInternalAsync
System.Formats.Tar (2)
System\Formats\Tar\TarFile.cs (2)
387return ExtractToDirectoryInternalAsync(source, destinationDirectoryName, options, leaveOpen: true, cancellationToken); 688await ExtractToDirectoryInternalAsync(archive, destinationDirectoryFullPath, extractOptions, leaveOpen: false, cancellationToken).ConfigureAwait(false);