3 writes to IconVariant
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
1007IconVariant = other.IconVariant; 1120IconVariant = (global::Aspire.ResourceService.Proto.V1.IconVariant) input.ReadEnum();
Dashboard\proto\Partials.cs (1)
89resource.Commands.Add(new ResourceCommand { Name = command.Name, DisplayName = command.DisplayName, DisplayDescription = command.DisplayDescription ?? string.Empty, Parameter = ResourceSnapshot.ConvertToValue(command.Parameter), ConfirmationMessage = command.ConfirmationMessage ?? string.Empty, IconName = command.IconName ?? string.Empty, IconVariant = MapIconVariant(command.IconVariant), IsHighlighted = command.IsHighlighted, State = MapCommandState(command.State) });
6 references to IconVariant
Aspire.Hosting (6)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\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;