1 write to IsSelectable
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
384
run.
IsSelectable
= runLock is not null;
2 references to IsSelectable
Aspire.Dashboard (2)
ServiceClient\DashboardRunStore.cs (2)
250
return runs.Any(run => run.IsPruned || !run.
IsSelectable
)
251
? runs.Where(run => !run.IsPruned && run.
IsSelectable
).ToArray()