1 write to _runStore
Aspire.Dashboard (1)
ServiceClient\DashboardDataSource.cs (1)
47
_runStore
= runStore;
2 references to _runStore
Aspire.Dashboard (2)
ServiceClient\DashboardDataSource.cs (2)
82
var currentRun =
_runStore
.GetCurrentRun();
83
var selectedRun = runId is not null ?
_runStore
.GetRunById(runId) : null;