2 writes to IconName
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
768IconName = newIconName,
Aspire.Hosting.Tests (1)
ResourceNotificationTests.cs (1)
467IconName = "ExistingIcon",
7 references to IconName
Aspire.Hosting (4)
ApplicationModel\ResourceNotificationService.cs (3)
757var newIconName = string.IsNullOrEmpty(previousState.IconName) ? iconAnnotation.IconName : previousState.IconName; 761if (previousState.IconName == newIconName && previousState.IconVariant == newIconVariant)
Dashboard\DashboardServiceData.cs (1)
61IconName = snapshot.IconName,
Aspire.Hosting.Tests (3)
ResourceNotificationTests.cs (3)
483Assert.Equal("ExistingIcon", firstEvent.Snapshot.IconName); 488Assert.Equal("ExistingIcon", secondEvent.Snapshot.IconName); 524Assert.Equal("AnnotationIcon", value.Snapshot.IconName);