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