1 write to bucketCounts_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
4810
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)
4810
bucketCounts_ = other.
bucketCounts_
.Clone();
4856
get { return
bucketCounts_
; }
4875
if(!
bucketCounts_
.Equals(other.
bucketCounts_
)) return false;
4884
hash ^=
bucketCounts_
.GetHashCode();
4922
bucketCounts_
.WriteTo(ref output, _repeated_bucketCounts_codec);
4936
size +=
bucketCounts_
.CalculateSize(_repeated_bucketCounts_codec);
4952
bucketCounts_
.Add(other.
bucketCounts_
);
5006
bucketCounts_
.AddEntriesFrom(ref input, _repeated_bucketCounts_codec);