6 writes to TimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1926
TimeUnixNano
= other.TimeUnixNano;
1990
TimeUnixNano
= input.ReadFixed64();
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
143
TimeUnixNano
= (ulong)startTime
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\TraceTests.cs (2)
540
TimeUnixNano
= 2,
549
TimeUnixNano
= 1,
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
143
TimeUnixNano
= (ulong)startTime
11 references to TimeUnixNano
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (9)
1824
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
1835
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
1880
if (
TimeUnixNano
!= 0UL) {
1882
output.WriteFixed64(
TimeUnixNano
);
1903
if (
TimeUnixNano
!= 0UL) {
1925
if (other.
TimeUnixNano
!= 0UL) {
1926
TimeUnixNano = other.
TimeUnixNano
;
Otlp\Storage\TelemetryRepository.cs (2)
1204
foreach (var e in span.Events.OrderBy(e => e.
TimeUnixNano
))
1210
Time = OtlpHelpers.UnixNanoSecondsToDateTime(e.
TimeUnixNano
),