2 writes to TimeUnixNano
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
99
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).
TimeUnixNano
= value!,
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
527
TimeUnixNano
= timeUnixNano,
3 references to TimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
515
if (json.
TimeUnixNano
.HasValue)
517
dataPoint.TimeUnixNano = json.
TimeUnixNano
.Value;
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
98
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).
TimeUnixNano
,