2 writes to TimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5350
TimeUnixNano
= other.TimeUnixNano;
5433
TimeUnixNano
= input.ReadFixed64();
9 references to TimeUnixNano
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5215
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
5229
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
5288
if (
TimeUnixNano
!= 0UL) {
5290
output.WriteFixed64(
TimeUnixNano
);
5320
if (
TimeUnixNano
!= 0UL) {
5349
if (other.
TimeUnixNano
!= 0UL) {
5350
TimeUnixNano = other.
TimeUnixNano
;