5 writes to StartTimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3172StartTimeUnixNano = other.StartTimeUnixNano; 3257StartTimeUnixNano = input.ReadFixed64();
Aspire.Dashboard.Components.Tests (2)
Controls\PlotlyChartTests.cs (1)
76StartTimeUnixNano = 0,
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
107StartTimeUnixNano = DateTimeToUnixNanoseconds(startTime),
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
107StartTimeUnixNano = DateTimeToUnixNanoseconds(startTime),
10 references to StartTimeUnixNano
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3037if (StartTimeUnixNano != other.StartTimeUnixNano) return false; 3052if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3109if (StartTimeUnixNano != 0UL) { 3111output.WriteFixed64(StartTimeUnixNano); 3142if (StartTimeUnixNano != 0UL) { 3171if (other.StartTimeUnixNano != 0UL) { 3172StartTimeUnixNano = other.StartTimeUnixNano;
Otlp\Model\MetricValues\DimensionScope.cs (1)
36var start = OtlpHelpers.UnixNanoSecondsToDateTime(d.StartTimeUnixNano);