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)
765await TaskHelpers.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").ConfigureAwait(false);