2 writes to TraceState
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1446TraceState = other.TraceState; 1591TraceState = input.ReadString();
11 references to TraceState
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\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;
Otlp\Storage\TelemetryRepository.cs (1)
1198State = span.TraceState,