2 implementations of GetDashboardInfoV2Async
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
441
public async Task<GetDashboardInfoResponse?>
GetDashboardInfoV2Async
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
149
public Task<GetDashboardInfoResponse?>
GetDashboardInfoV2Async
(CancellationToken cancellationToken = default)
2 references to GetDashboardInfoV2Async
aspire (2)
Commands\TelemetryCommandHelpers.cs (1)
129
var dashboardInfo = await result.Connection!.
GetDashboardInfoV2Async
(cancellationToken);
Mcp\Tools\McpToolHelpers.cs (1)
21
var dashboardInfo = await connection.
GetDashboardInfoV2Async
(cancellationToken).ConfigureAwait(false);