2 references to _highlightedCommands
Aspire.Dashboard (2)
Components\Controls\ResourceActions.razor.cs (2)
66
_highlightedCommands
.Clear();
86
_highlightedCommands
.AddRange(Resource.Commands.Where(c => c.IsHighlighted && c.State != CommandViewModelState.Hidden).Take(MaxHighlightedCount));