5 writes to State
Aspire.Dashboard (3)
Otlp\Model\OtlpSpan.cs (1)
95State = item.State,
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (1)
798State = record.State,
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
937State = !string.IsNullOrEmpty(span.TraceState) ? span.TraceState : null,
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
283State = null,
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
283State = null,
3 references to State
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (1)
402TraceState = span.State
Otlp\Model\OtlpSpan.cs (1)
95State = item.State,
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
519parameters[13].Value = span.State ?? (object)DBNull.Value;