2 writes to IconName
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
813IconName = newIconName,
Aspire.Hosting.Tests (1)
ResourceNotificationTests.cs (1)
512IconName = "ExistingIcon",
8 references to IconName
Aspire.Hosting (4)
ApplicationModel\ResourceNotificationService.cs (3)
802var newIconName = string.IsNullOrEmpty(previousState.IconName) ? iconAnnotation.IconName : previousState.IconName; 806if (previousState.IconName == newIconName && previousState.IconVariant == newIconVariant)
Dashboard\DashboardServiceData.cs (1)
61IconName = snapshot.IconName,
Aspire.Hosting.Tests (4)
ResourceNotificationTests.cs (4)
528Assert.Equal("ExistingIcon", firstEvent.Snapshot.IconName); 533Assert.Equal("ExistingIcon", secondEvent.Snapshot.IconName); 570Assert.Equal("LastIcon", value.Snapshot.IconName); 606Assert.Equal("AnnotationIcon", value.Snapshot.IconName);