4 writes to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (4)
Commands\RunCommandTests.cs (4)
395
backchannel.
GetDashboardUrlsAsyncCallback
= (ct) =>
494
appHostBackchannel.
GetDashboardUrlsAsyncCallback
= (ct) => Task.FromResult(new DashboardUrlsState
564
appHostBackchannel.
GetDashboardUrlsAsyncCallback
= (ct) => Task.FromResult(new DashboardUrlsState
635
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)