6 writes to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (6)
Commands\UpdateCommandTests.cs (6)
377DownloadLatestCliAsyncCallback = (channel, ct) => 424DownloadLatestCliAsyncCallback = (quality, ct) => 465DownloadLatestCliAsyncCallback = (channel, ct) => 930DownloadLatestCliAsyncCallback = (channel, ct) => 975DownloadLatestCliAsyncCallback = (channel, ct) => 1007DownloadLatestCliAsyncCallback = (channel, ct) =>
2 references to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestCliDownloader.cs (2)
24if (DownloadLatestCliAsyncCallback is not null) 26return DownloadLatestCliAsyncCallback(quality, cancellationToken);