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