4 writes to TimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6173
TimeUnixNano
= other.TimeUnixNano;
6253
TimeUnixNano
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
724
exemplar.
TimeUnixNano
= json.TimeUnixNano.Value;
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
413
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime),
10 references to TimeUnixNano
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
6043
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
6057
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
6112
if (
TimeUnixNano
!= 0UL) {
6114
output.WriteFixed64(
TimeUnixNano
);
6144
if (
TimeUnixNano
!= 0UL) {
6172
if (other.
TimeUnixNano
!= 0UL) {
6173
TimeUnixNano = other.
TimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
131
var start = OtlpHelpers.UnixNanoSecondsToDateTime(exemplar.
TimeUnixNano
);