4 writes to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (4)
Commands\RunCommandTests.cs (4)
401
backchannel.
GetDashboardUrlsAsyncCallback
= (ct) =>
495
appHostBackchannel.
GetDashboardUrlsAsyncCallback
= (ct) => Task.FromResult(new DashboardUrlsState
565
appHostBackchannel.
GetDashboardUrlsAsyncCallback
= (ct) => Task.FromResult(new DashboardUrlsState
636
appHostBackchannel.
GetDashboardUrlsAsyncCallback
= (ct) => Task.FromResult(new DashboardUrlsState
2 references to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostCliBackchannel.cs (2)
48
return
GetDashboardUrlsAsyncCallback
!= null
49
?
GetDashboardUrlsAsyncCallback
.Invoke(cancellationToken)