3 writes to TimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6075
TimeUnixNano
= other.TimeUnixNano;
6155
TimeUnixNano
= input.ReadFixed64();
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
405
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime),
10 references to TimeUnixNano
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5945
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
5959
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
6014
if (
TimeUnixNano
!= 0UL) {
6016
output.WriteFixed64(
TimeUnixNano
);
6046
if (
TimeUnixNano
!= 0UL) {
6074
if (other.
TimeUnixNano
!= 0UL) {
6075
TimeUnixNano = other.
TimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
124
var start = OtlpHelpers.UnixNanoSecondsToDateTime(exemplar.
TimeUnixNano
);