3 writes to TimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5448
TimeUnixNano
= other.TimeUnixNano;
5531
TimeUnixNano
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
686
dataPoint.
TimeUnixNano
= json.TimeUnixNano.Value;
9 references to TimeUnixNano
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5313
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
5327
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
5386
if (
TimeUnixNano
!= 0UL) {
5388
output.WriteFixed64(
TimeUnixNano
);
5418
if (
TimeUnixNano
!= 0UL) {
5447
if (other.
TimeUnixNano
!= 0UL) {
5448
TimeUnixNano = other.
TimeUnixNano
;