1 write to scopeSpans_
Stress.TelemetryService (1)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (1)
329
scopeSpans_
= other.scopeSpans_.Clone();
10 references to scopeSpans_
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
329
scopeSpans_ = other.
scopeSpans_
.Clone();
367
get { return
scopeSpans_
; }
402
if(!
scopeSpans_
.Equals(other.
scopeSpans_
)) return false;
412
hash ^=
scopeSpans_
.GetHashCode();
455
scopeSpans_
.WriteTo(ref output, _repeated_scopeSpans_codec);
473
size +=
scopeSpans_
.CalculateSize(_repeated_scopeSpans_codec);
495
scopeSpans_
.Add(other.
scopeSpans_
);
560
scopeSpans_
.AddEntriesFrom(ref input, _repeated_scopeSpans_codec);