2 writes to TraceState
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2281TraceState = other.TraceState; 2354TraceState = input.ReadString();
10 references to TraceState
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2162if (TraceState != other.TraceState) return false; 2174if (TraceState.Length != 0) hash ^= TraceState.GetHashCode(); 2230if (TraceState.Length != 0) { 2232output.WriteString(TraceState); 2255if (TraceState.Length != 0) { 2256size += 1 + pb::CodedOutputStream.ComputeStringSize(TraceState); 2280if (other.TraceState.Length != 0) { 2281TraceState = other.TraceState;