3 writes to StartTimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5445StartTimeUnixNano = other.StartTimeUnixNano; 5527StartTimeUnixNano = input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
682dataPoint.StartTimeUnixNano = json.StartTimeUnixNano.Value;
9 references to StartTimeUnixNano
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5312if (StartTimeUnixNano != other.StartTimeUnixNano) return false; 5326if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 5382if (StartTimeUnixNano != 0UL) { 5384output.WriteFixed64(StartTimeUnixNano); 5415if (StartTimeUnixNano != 0UL) { 5444if (other.StartTimeUnixNano != 0UL) { 5445StartTimeUnixNano = other.StartTimeUnixNano;