1 write to TimeUnixNano
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExemplarJson.g.cs (1)
79
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExemplarJson)obj).
TimeUnixNano
= value!,
3 references to TimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
722
if (json.
TimeUnixNano
.HasValue)
724
exemplar.TimeUnixNano = json.
TimeUnixNano
.Value;
OtlpJsonSerializerContext.OtlpExemplarJson.g.cs (1)
78
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExemplarJson)obj).
TimeUnixNano
,