1 write to attributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
3993attributes_ = other.attributes_.Clone();
10 references to attributes_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
3993attributes_ = other.attributes_.Clone(); 4030get { return attributes_; } 4331if(!attributes_.Equals(other.attributes_)) return false; 4352hash ^= attributes_.GetHashCode(); 4444attributes_.WriteTo(ref output, _repeated_attributes_codec); 4504size += attributes_.CalculateSize(_repeated_attributes_codec); 4554attributes_.Add(other.attributes_); 4699attributes_.AddEntriesFrom(ref input, _repeated_attributes_codec);