1 write to _connection
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
244
_connection
= Task.Run(() => ConnectAndWatchAsync(_clientCancellationToken), _clientCancellationToken);
1 reference to _connection
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
765
await TaskHelpers.WaitIgnoreCancelAsync(
_connection
, _logger, "Unexpected error from connection task.").ConfigureAwait(false);