1 write to attributes_
Stress.TelemetryService (1)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (1)
906
attributes_
= other.attributes_.Clone();
10 references to attributes_
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
906
attributes_ = other.
attributes_
.Clone();
1099
get { return
attributes_
; }
1219
if(!
attributes_
.Equals(other.
attributes_
)) return false;
1241
hash ^=
attributes_
.GetHashCode();
1359
attributes_
.WriteTo(ref output, _repeated_attributes_codec);
1412
size +=
attributes_
.CalculateSize(_repeated_attributes_codec);
1463
attributes_
.Add(other.
attributes_
);
1615
attributes_
.AddEntriesFrom(ref input, _repeated_attributes_codec);