6 writes to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (6)
Commands\UpdateCommandTests.cs (6)
378DownloadLatestCliAsyncCallback = (channel, ct) => 425DownloadLatestCliAsyncCallback = (quality, ct) => 466DownloadLatestCliAsyncCallback = (channel, ct) => 928DownloadLatestCliAsyncCallback = (channel, ct) => 973DownloadLatestCliAsyncCallback = (channel, ct) => 1005DownloadLatestCliAsyncCallback = (channel, ct) =>
2 references to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestCliDownloader.cs (2)
24if (DownloadLatestCliAsyncCallback is not null) 26return DownloadLatestCliAsyncCallback(quality, cancellationToken);