2 writes to StartTimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3790
StartTimeUnixNano
= other.StartTimeUnixNano;
3898
StartTimeUnixNano
= input.ReadFixed64();
10 references to StartTimeUnixNano
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3621
if (
StartTimeUnixNano
!= other.
StartTimeUnixNano
) return false;
3639
if (
StartTimeUnixNano
!= 0UL) hash ^=
StartTimeUnixNano
.GetHashCode();
3709
if (
StartTimeUnixNano
!= 0UL) {
3711
output.WriteFixed64(
StartTimeUnixNano
);
3752
if (
StartTimeUnixNano
!= 0UL) {
3789
if (other.
StartTimeUnixNano
!= 0UL) {
3790
StartTimeUnixNano = other.
StartTimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
82
var start = OtlpHelpers.UnixNanoSecondsToDateTime(h.
StartTimeUnixNano
);