5 references to GetDisplayDescription
Aspire.Dashboard (5)
Components_Controls_ResourceActions_razor.g.cs (2)
228
!string.IsNullOrEmpty(highlightedCommand.
GetDisplayDescription
(CommandsLoc)) ? highlightedCommand.
GetDisplayDescription
(CommandsLoc) : highlightedCommand.GetDisplayName(CommandsLoc)
Components_Pages_ConsoleLogs_razor.g.cs (2)
543
!string.IsNullOrEmpty(command.
GetDisplayDescription
(CommandsLoc)) ? command.
GetDisplayDescription
(CommandsLoc) : command.GetDisplayName(CommandsLoc)
Model\ResourceMenuItems.cs (1)
261
Tooltip = command.
GetDisplayDescription
(commandsLoc),