8 references to GetDisplayName
Aspire.Dashboard (8)
Components_Controls_ResourceActions_razor.g.cs (2)
264
!string.IsNullOrEmpty(highlightedCommand.GetDisplayDescription()) ? highlightedCommand.GetDisplayDescription() : highlightedCommand.
GetDisplayName
()
344
__builder2.AddContent(9, highlightedCommand.
GetDisplayName
()
Components_Pages_ConsoleLogs_razor.g.cs (2)
579
!string.IsNullOrEmpty(command.GetDisplayDescription()) ? command.GetDisplayDescription() : command.
GetDisplayName
()
668
__builder3.AddContent(43, command.
GetDisplayName
()
Model\DashboardCommandExecutor.cs (3)
108
Title = string.Format(CultureInfo.InvariantCulture, loc[nameof(Dashboard.Resources.Resources.ResourceCommandStarting)], messageResourceName, command.
GetDisplayName
()),
148
toastParameters.Title = string.Format(CultureInfo.InvariantCulture, loc[nameof(Dashboard.Resources.Resources.ResourceCommandSuccess)], messageResourceName, command.
GetDisplayName
());
163
toastParameters.Title = string.Format(CultureInfo.InvariantCulture, loc[nameof(Dashboard.Resources.Resources.ResourceCommandFailed)], messageResourceName, command.
GetDisplayName
());
Model\ResourceMenuBuilder.cs (1)
340
Text = command.
GetDisplayName
(),