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