2 writes to DisplayName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
989DisplayName = other.DisplayName; 1097DisplayName = input.ReadString();
11 references to DisplayName
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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;
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)))