2 writes to IsLeased
Aspire.Dashboard (2)
ServiceClient\DashboardRunStore.cs (2)
331storedRun.IsLeased = true; 604run.IsLeased = false;
8 references to IsLeased
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
257using var runLock = storedRun.IsCurrent || storedRun.IsLeased
Aspire.Dashboard.Tests (7)
Model\DashboardDataSourceTests.cs (7)
817Assert.True(historicalRun.IsLeased); 827Assert.True(historicalRun.IsLeased); 833Assert.False(historicalRun.IsLeased); 837Assert.True(historicalRun.IsLeased); 839Assert.False(historicalRun.IsLeased); 862Assert.True(historicalRun.IsLeased); 866Assert.True(historicalRun.IsLeased);