2 writes to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
320backchannel.GetDashboardUrlsAsyncCallback = (ct) => 422appHostBackchannel.GetDashboardUrlsAsyncCallback = (ct) => Task.FromResult(new DashboardUrlsState
2 references to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostBackchannel.cs (2)
52return GetDashboardUrlsAsyncCallback != null 53? GetDashboardUrlsAsyncCallback.Invoke(cancellationToken)