3 writes to DisplayDescription
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
1010
DisplayDescription
= other.DisplayDescription;
1124
DisplayDescription
= input.ReadString();
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 DisplayDescription
Aspire.Hosting (6)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (6)
818
if (
DisplayDescription
!= other.
DisplayDescription
) return false;
834
if (HasDisplayDescription) hash ^=
DisplayDescription
.GetHashCode();
930
output.WriteString(
DisplayDescription
);
968
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DisplayDescription
);
1010
DisplayDescription = other.
DisplayDescription
;