1 write to attributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
5157
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)
5157
attributes_ = other.
attributes_
.Clone();
5188
get { return
attributes_
; }
5311
if(!
attributes_
.Equals(other.
attributes_
)) return false;
5325
hash ^=
attributes_
.GetHashCode();
5399
attributes_
.WriteTo(ref output, _repeated_attributes_codec);
5414
size +=
attributes_
.CalculateSize(_repeated_attributes_codec);
5443
attributes_
.Add(other.
attributes_
);
5547
attributes_
.AddEntriesFrom(ref input, _repeated_attributes_codec);