3 writes to DisplayName
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
989
DisplayName
= other.DisplayName;
1097
DisplayName
= 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) });
10 references to DisplayName
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
812
if (
DisplayName
!= other.
DisplayName
) return false;
828
if (
DisplayName
.Length != 0) hash ^=
DisplayName
.GetHashCode();
904
if (
DisplayName
.Length != 0) {
906
output.WriteString(
DisplayName
);
949
if (
DisplayName
.Length != 0) {
950
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DisplayName
);
988
if (other.
DisplayName
.Length != 0) {
989
DisplayName = other.
DisplayName
;