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)
49var currentRun = _runStore.GetCurrentRun(); 83var runLease = _runStore.TryAcquireRunLease(run); 146_runStore.PublishRun(); 151_runStore.PruneExpiredRuns();