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