2 writes to IconName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
1004IconName = other.IconName; 1116IconName = input.ReadString();
7 references to IconName
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
816if (IconName != other.IconName) return false; 832if (HasIconName) hash ^= IconName.GetHashCode(); 922output.WriteString(IconName); 962size += 1 + pb::CodedOutputStream.ComputeStringSize(IconName); 1004IconName = other.IconName;
ResourceService\Partials.cs (1)
109.Select(c => new CommandViewModel(c.Name, MapState(c.State), c.DisplayName, c.DisplayDescription, c.ConfirmationMessage, c.Parameter, c.IsHighlighted, c.IconName, MapIconVariant(c.IconVariant)))