2 writes to DisplayName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
1946
DisplayName
= other.DisplayName;
2004
DisplayName
= input.ReadString();
6 references to DisplayName
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
1855
if (
DisplayName
!= other.
DisplayName
) return false;
1865
if (HasDisplayName) hash ^=
DisplayName
.GetHashCode();
1910
output.WriteString(
DisplayName
);
1927
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DisplayName
);
1946
DisplayName = other.
DisplayName
;