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