2 writes to DisplayName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4765
DisplayName
= other.DisplayName;
4928
DisplayName
= input.ReadString();
11 references to DisplayName
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
;
ResourceService\Partials.cs (1)
27
DisplayName = ValidateNotNull(
DisplayName
),