4 references to _highlightedCommands
Aspire.Dashboard (4)
Components\Controls\ResourceActions.razor.cs (2)
79_highlightedCommands.Clear(); 103_highlightedCommands.AddRange(Resource.Commands.Where(c => c.IsHighlighted && c.State != CommandViewModelState.Hidden).Take(MaxHighlightedCount));
Components_Controls_ResourceActions_razor.g.cs (2)
190if (i < _highlightedCommands.Count) 192var highlightedCommand = _highlightedCommands[i];