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