2 writes to TimeUnixNano
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
269
TimeUnixNano
= OtlpHelpers.DateTimeToUnixNanoseconds(evt.Time),
OtlpJsonSerializerContext.OtlpSpanEventJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpSpanEventJson)obj).
TimeUnixNano
= value!,
3 references to TimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
184
if (json.
TimeUnixNano
.HasValue)
186
evt.TimeUnixNano = json.
TimeUnixNano
.Value;
OtlpJsonSerializerContext.OtlpSpanEventJson.g.cs (1)
58
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpSpanEventJson)obj).
TimeUnixNano
,