2 writes to DisplayName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4104DisplayName = other.DisplayName; 4177DisplayName = input.ReadString();
6 references to DisplayName
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
3992if (DisplayName != other.DisplayName) return false; 4003if (HasDisplayName) hash ^= DisplayName.GetHashCode(); 4056output.WriteString(DisplayName); 4080size += 1 + pb::CodedOutputStream.ComputeStringSize(DisplayName); 4104DisplayName = other.DisplayName;