3 references to ExtractToFileAsync
aspire (2)
Bundles\BundleService.cs (1)
913await entry.ExtractToFileAsync(fullPath, overwrite: true, cancellationToken);
Utils\ArchiveHelper.cs (1)
107await entry.ExtractToFileAsync(fullPath, overwrite: true, cancellationToken).ConfigureAwait(false);
Microsoft.Build.Tasks.Core (1)
Untar.cs (1)
364await tarEntry.ExtractToFileAsync(destinationPath.FullName, overwrite: true, _cancellationTokenSource.Token)