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