3 writes to DisplayName
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2868
DisplayName
= other.DisplayName;
2921
DisplayName
= input.ReadString();
Dashboard\proto\Partials.cs (1)
50
displayProperties.
DisplayName
= urlSnapshot.DisplayProperties.DisplayName;
10 references to DisplayName
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
2782
if (
DisplayName
!= other.
DisplayName
) return false;
2791
if (
DisplayName
.Length != 0) hash ^=
DisplayName
.GetHashCode();
2832
if (
DisplayName
.Length != 0) {
2834
output.WriteString(
DisplayName
);
2849
if (
DisplayName
.Length != 0) {
2850
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DisplayName
);
2867
if (other.
DisplayName
.Length != 0) {
2868
DisplayName = other.
DisplayName
;