1 write to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
43IsHighlighted = isHighlighted;
4 references to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
786return new ResourceCommandSnapshot(annotation.Name, state, annotation.DisplayName, annotation.DisplayDescription, annotation.Parameter, annotation.ConfirmationMessage, annotation.IconName, annotation.IconVariant, annotation.IsHighlighted);
Aspire.Hosting.Tests (3)
Orchestrator\ParameterProcessorTests.cs (1)
868Assert.True(setValueCommand.IsHighlighted);
WithHttpCommandTests.cs (2)
102Assert.False(command.IsHighlighted); 134Assert.True(command.IsHighlighted);