20 writes to IsHighlighted
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
3020target.IsHighlighted = source.IsHighlighted; 3812commandOptions.IsHighlighted = exportOptions.IsHighlighted || commandOptions.IsHighlighted;
Aspire.Hosting.Azure (2)
AzureEnvironmentResourceExtensions.cs (1)
64IsHighlighted = command.IsHighlighted,
AzureResourcePreparer.cs (1)
87IsHighlighted = command.IsHighlighted,
Aspire.Hosting.Blazor (2)
BrowserDebuggerHelper.cs (2)
227IsHighlighted = true 278IsHighlighted = true
Aspire.Hosting.Browsers (1)
BrowserLogsBuilderExtensions.cs (1)
176IsHighlighted = true,
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (1)
176IsHighlighted = true,
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
615IsHighlighted = true,
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
323IsHighlighted = true,
PromptAgent\PromptAgentBuilderExtensions.cs (1)
115IsHighlighted = true,
Aspire.Hosting.Tests (5)
Dashboard\DashboardServiceTests.cs (1)
183IsHighlighted = true
WithHttpCommandTests.cs (2)
234IsHighlighted = true 265IsHighlighted = true,
WithProcessCommandTests.cs (2)
60IsHighlighted = true, 105IsHighlighted = true
Stress.AppHost (4)
CommandResources.cs (4)
59IsHighlighted = true 83IsHighlighted = true 95IsHighlighted = true 114IsHighlighted = true
4 references to IsHighlighted
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
2935return builder.WithAnnotation(new ResourceCommandAnnotation(name, displayName, commandOptions.UpdateState ?? (c => ResourceCommandState.Enabled), executeCommand, commandOptions.Description, commandOptions.Parameter, commandOptions.Arguments, commandOptions.ConfirmationMessage, commandOptions.IconName, commandOptions.IconVariant, commandOptions.IsHighlighted, commandOptions.Visibility, commandOptions.ValidateArguments, commandOptions.Progress)); 3020target.IsHighlighted = source.IsHighlighted; 3812commandOptions.IsHighlighted = exportOptions.IsHighlighted || commandOptions.IsHighlighted;
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
123commandOptions.IsHighlighted,