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