6 references to GetDisplayDescription
Aspire.Dashboard (6)
Components_Controls_ResourceActions_razor.g.cs (2)
234
!string.IsNullOrEmpty(highlightedCommand.
GetDisplayDescription
(CommandsLoc)) ? highlightedCommand.
GetDisplayDescription
(CommandsLoc) : highlightedCommand.GetDisplayName(CommandsLoc)
Components_Pages_ConsoleLogs_razor.g.cs (2)
549
!string.IsNullOrEmpty(command.
GetDisplayDescription
(CommandsLoc)) ? command.
GetDisplayDescription
(CommandsLoc) : command.GetDisplayName(CommandsLoc)
Model\Assistant\AIHelpers.cs (1)
194
description = cmd.
GetDisplayDescription
(s_commandsLoc)
Model\ResourceMenuItems.cs (1)
261
Tooltip = command.
GetDisplayDescription
(commandsLoc),