1 write to bucketCounts_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
4906
bucketCounts_
= other.bucketCounts_.Clone();
10 references to bucketCounts_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
4906
bucketCounts_ = other.
bucketCounts_
.Clone();
4952
get { return
bucketCounts_
; }
4971
if(!
bucketCounts_
.Equals(other.
bucketCounts_
)) return false;
4980
hash ^=
bucketCounts_
.GetHashCode();
5018
bucketCounts_
.WriteTo(ref output, _repeated_bucketCounts_codec);
5032
size +=
bucketCounts_
.CalculateSize(_repeated_bucketCounts_codec);
5048
bucketCounts_
.Add(other.
bucketCounts_
);
5102
bucketCounts_
.AddEntriesFrom(ref input, _repeated_bucketCounts_codec);