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