1 write to bucketCounts_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
3345
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)
3345
bucketCounts_ = other.
bucketCounts_
.Clone();
3485
get { return
bucketCounts_
; }
3625
if(!
bucketCounts_
.Equals(other.
bucketCounts_
)) return false;
3643
hash ^=
bucketCounts_
.GetHashCode();
3725
bucketCounts_
.WriteTo(ref output, _repeated_bucketCounts_codec);
3764
size +=
bucketCounts_
.CalculateSize(_repeated_bucketCounts_codec);
3801
bucketCounts_
.Add(other.
bucketCounts_
);
3915
bucketCounts_
.AddEntriesFrom(ref input, _repeated_bucketCounts_codec);