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