1 write to StartTimeUnixNano
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
79Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).StartTimeUnixNano = value!,
3 references to StartTimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
511if (json.StartTimeUnixNano.HasValue) 513dataPoint.StartTimeUnixNano = json.StartTimeUnixNano.Value;
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
78Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).StartTimeUnixNano,