3 writes to TimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4655TimeUnixNano = other.TimeUnixNano; 4803TimeUnixNano = input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
613dataPoint.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)
4429if (TimeUnixNano != other.TimeUnixNano) return false; 4450if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 4545if (TimeUnixNano != 0UL) { 4547output.WriteFixed64(TimeUnixNano); 4604if (TimeUnixNano != 0UL) { 4654if (other.TimeUnixNano != 0UL) { 4655TimeUnixNano = other.TimeUnixNano;