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