1 write to _runStore
Aspire.Dashboard (1)
ServiceClient\DashboardDataSourcePool.cs (1)
31
_runStore
= runStore;
4 references to _runStore
Aspire.Dashboard (4)
ServiceClient\DashboardDataSourcePool.cs (4)
49
var currentRun =
_runStore
.GetCurrentRun();
83
var runLease =
_runStore
.TryAcquireRunLease(run);
146
_runStore
.PublishRun();
151
_runStore
.PruneExpiredRuns();