2 writes to IconName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
1004
IconName
= other.IconName;
1116
IconName
= input.ReadString();
7 references to IconName
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
816
if (
IconName
!= other.
IconName
) return false;
832
if (HasIconName) hash ^=
IconName
.GetHashCode();
922
output.WriteString(
IconName
);
962
size += 1 + pb::CodedOutputStream.ComputeStringSize(
IconName
);
1004
IconName = 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)))