5 writes to TimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3264
TimeUnixNano
= other.TimeUnixNano;
3350
TimeUnixNano
= input.ReadFixed64();
Aspire.Dashboard.Components.Tests (2)
Controls\PlotlyChartTests.cs (1)
78
TimeUnixNano
= long.MaxValue
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
118
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime)
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
118
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime)
10 references to TimeUnixNano
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3127
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
3142
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
3202
if (
TimeUnixNano
!= 0UL) {
3204
output.WriteFixed64(
TimeUnixNano
);
3234
if (
TimeUnixNano
!= 0UL) {
3263
if (other.
TimeUnixNano
!= 0UL) {
3264
TimeUnixNano = other.
TimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
35
var end = OtlpHelpers.UnixNanoSecondsToDateTime(d.
TimeUnixNano
);