4 writes to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (4)
Commands\UpdateCommandTests.cs (4)
375DownloadLatestCliAsyncCallback = (channel, ct) => 422DownloadLatestCliAsyncCallback = (quality, ct) => 463DownloadLatestCliAsyncCallback = (channel, ct) => 917DownloadLatestCliAsyncCallback = (channel, ct) =>
2 references to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestCliDownloader.cs (2)
24if (DownloadLatestCliAsyncCallback is not null) 26return DownloadLatestCliAsyncCallback(quality, cancellationToken);