2 writes to IsLeased
Aspire.Dashboard (2)
ServiceClient\DashboardRunStore.cs (2)
347storedRun.IsLeased = true; 631run.IsLeased = false;
8 references to IsLeased
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
273using var runLock = storedRun.IsCurrent || storedRun.IsLeased
Aspire.Dashboard.Tests (7)
Model\DashboardDataSourceTests.cs (7)
873Assert.True(historicalRun.IsLeased); 883Assert.True(historicalRun.IsLeased); 889Assert.False(historicalRun.IsLeased); 893Assert.True(historicalRun.IsLeased); 895Assert.False(historicalRun.IsLeased); 918Assert.True(historicalRun.IsLeased); 922Assert.True(historicalRun.IsLeased);