1 write to healthReports_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (1)
4248
healthReports_
= other.healthReports_.Clone();
10 references to healthReports_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
4248
healthReports_ = other.
healthReports_
.Clone();
4459
get { return
healthReports_
; }
4548
if(!
healthReports_
.Equals(other.
healthReports_
)) return false;
4572
hash ^=
healthReports_
.GetHashCode();
4685
healthReports_
.WriteTo(ref output, _repeated_healthReports_codec);
4735
size +=
healthReports_
.CalculateSize(_repeated_healthReports_codec);
4787
healthReports_
.Add(other.
healthReports_
);
4971
healthReports_
.AddEntriesFrom(ref input, _repeated_healthReports_codec);