2 writes to IconVariant
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
1007IconVariant = other.IconVariant; 1120IconVariant = (global::Aspire.ResourceService.Proto.V1.IconVariant) input.ReadEnum();
7 references to IconVariant
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
817if (IconVariant != other.IconVariant) return false; 833if (HasIconVariant) hash ^= IconVariant.GetHashCode(); 926output.WriteEnum((int) IconVariant); 965size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) IconVariant); 1007IconVariant = other.IconVariant;
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)))