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