4 writes to GetDashboardUrlsAsyncCallback
Aspire.Cli.Tests (4)
Commands\RunCommandTests.cs (4)
353
backchannel.
GetDashboardUrlsAsyncCallback
= (ct) =>
452
appHostBackchannel.
GetDashboardUrlsAsyncCallback
= (ct) => Task.FromResult(new DashboardUrlsState
522
appHostBackchannel.
GetDashboardUrlsAsyncCallback
= (ct) => Task.FromResult(new DashboardUrlsState
593
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)