2 writes to IconName
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
773IconName = newIconName,
Aspire.Hosting.Tests (1)
ResourceNotificationTests.cs (1)
468IconName = "ExistingIcon",
8 references to IconName
Aspire.Hosting (4)
ApplicationModel\ResourceNotificationService.cs (3)
762var newIconName = string.IsNullOrEmpty(previousState.IconName) ? iconAnnotation.IconName : previousState.IconName; 766if (previousState.IconName == newIconName && previousState.IconVariant == newIconVariant)
Dashboard\DashboardServiceData.cs (1)
61IconName = snapshot.IconName,
Aspire.Hosting.Tests (4)
ResourceNotificationTests.cs (4)
484Assert.Equal("ExistingIcon", firstEvent.Snapshot.IconName); 489Assert.Equal("ExistingIcon", secondEvent.Snapshot.IconName); 526Assert.Equal("LastIcon", value.Snapshot.IconName); 562Assert.Equal("AnnotationIcon", value.Snapshot.IconName);