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