2 writes to TimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4559
TimeUnixNano
= other.TimeUnixNano;
4707
TimeUnixNano
= input.ReadFixed64();
9 references to TimeUnixNano
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
4333
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
4354
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
4449
if (
TimeUnixNano
!= 0UL) {
4451
output.WriteFixed64(
TimeUnixNano
);
4508
if (
TimeUnixNano
!= 0UL) {
4558
if (other.
TimeUnixNano
!= 0UL) {
4559
TimeUnixNano = other.
TimeUnixNano
;