1 write to attributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
5060attributes_ = other.attributes_.Clone();
10 references to attributes_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
5060attributes_ = other.attributes_.Clone(); 5090get { return attributes_; } 5213if(!attributes_.Equals(other.attributes_)) return false; 5227hash ^= attributes_.GetHashCode(); 5301attributes_.WriteTo(ref output, _repeated_attributes_codec); 5316size += attributes_.CalculateSize(_repeated_attributes_codec); 5345attributes_.Add(other.attributes_); 5449attributes_.AddEntriesFrom(ref input, _repeated_attributes_codec);