2 references to ExtractAsyncCore
aspire (2)
Bundles\BundleService.cs (2)
118var result = await ExtractAsyncCore(extractDir, force: false, cancellationToken).ConfigureAwait(false); 162return await ExtractAsyncCore(destinationPath, force, cancellationToken).ConfigureAwait(false);