2 writes to TraceState
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1446
TraceState
= other.TraceState;
1591
TraceState
= input.ReadString();
11 references to TraceState
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1213
if (
TraceState
!= other.
TraceState
) return false;
1235
if (
TraceState
.Length != 0) hash ^=
TraceState
.GetHashCode();
1335
if (
TraceState
.Length != 0) {
1337
output.WriteString(
TraceState
);
1394
if (
TraceState
.Length != 0) {
1395
size += 1 + pb::CodedOutputStream.ComputeStringSize(
TraceState
);
1445
if (other.
TraceState
.Length != 0) {
1446
TraceState = other.
TraceState
;
Otlp\Storage\TelemetryRepository.cs (1)
1198
State = span.
TraceState
,