1 write to attributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
3340
attributes_
= other.attributes_.Clone();
10 references to attributes_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
3340
attributes_ = other.
attributes_
.Clone();
3374
get { return
attributes_
; }
3620
if(!
attributes_
.Equals(other.
attributes_
)) return false;
3638
hash ^=
attributes_
.GetHashCode();
3728
attributes_
.WriteTo(ref output, _repeated_attributes_codec);
3751
size +=
attributes_
.CalculateSize(_repeated_attributes_codec);
3788
attributes_
.Add(other.
attributes_
);
3928
attributes_
.AddEntriesFrom(ref input, _repeated_attributes_codec);