1 write to attributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (1)
1735
attributes_
= other.attributes_.Clone();
10 references to attributes_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1735
attributes_ = other.
attributes_
.Clone();
1790
get { return
attributes_
; }
1826
if(!
attributes_
.Equals(other.
attributes_
)) return false;
1837
hash ^=
attributes_
.GetHashCode();
1888
attributes_
.WriteTo(ref output, _repeated_attributes_codec);
1909
size +=
attributes_
.CalculateSize(_repeated_attributes_codec);
1931
attributes_
.Add(other.
attributes_
);
1998
attributes_
.AddEntriesFrom(ref input, _repeated_attributes_codec);