1 write to attributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (1)
2056attributes_ = other.attributes_.Clone();
10 references to attributes_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2056attributes_ = other.attributes_.Clone(); 2126get { return attributes_; } 2163if(!attributes_.Equals(other.attributes_)) return false; 2175hash ^= attributes_.GetHashCode(); 2234attributes_.WriteTo(ref output, _repeated_attributes_codec); 2258size += attributes_.CalculateSize(_repeated_attributes_codec); 2283attributes_.Add(other.attributes_); 2358attributes_.AddEntriesFrom(ref input, _repeated_attributes_codec);