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