2 writes to TraceState
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1446
TraceState
= other.TraceState;
1591
TraceState
= input.ReadString();
10 references to TraceState
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1213
if (
TraceState
!= other.
TraceState
) return false;
1235
if (
TraceState
.Length != 0) hash ^=
TraceState
.GetHashCode();
1335
if (
TraceState
.Length != 0) {
1337
output.WriteString(
TraceState
);
1394
if (
TraceState
.Length != 0) {
1395
size += 1 + pb::CodedOutputStream.ComputeStringSize(
TraceState
);
1445
if (other.
TraceState
.Length != 0) {
1446
TraceState = other.
TraceState
;