3 writes to DisplayName
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4765DisplayName = other.DisplayName; 4928DisplayName = input.ReadString();
Dashboard\proto\Partials.cs (1)
17DisplayName = snapshot.DisplayName,
10 references to DisplayName
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
4538if (DisplayName != other.DisplayName) return false; 4562if (DisplayName.Length != 0) hash ^= DisplayName.GetHashCode(); 4660if (DisplayName.Length != 0) { 4662output.WriteString(DisplayName); 4715if (DisplayName.Length != 0) { 4716size += 1 + pb::CodedOutputStream.ComputeStringSize(DisplayName); 4764if (other.DisplayName.Length != 0) { 4765DisplayName = other.DisplayName;