7 references to GetDisplayDescription
Aspire.Dashboard (7)
Components_Controls_ResourceActions_razor.g.cs (2)
264!string.IsNullOrEmpty(highlightedCommand.GetDisplayDescription()) ? highlightedCommand.GetDisplayDescription() : highlightedCommand.GetDisplayName()
Components_Pages_ConsoleLogs_razor.g.cs (2)
579!string.IsNullOrEmpty(command.GetDisplayDescription()) ? command.GetDisplayDescription() : command.GetDisplayName()
Model\Assistant\AIHelpers.cs (1)
192description = cmd.GetDisplayDescription()
Model\ResourceMenuBuilder.cs (1)
341Tooltip = command.GetDisplayDescription(),
Model\TelemetryExportService.cs (1)
764Description = c.GetDisplayDescription()