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