3 writes to StartTimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4652
StartTimeUnixNano
= other.StartTimeUnixNano;
4799
StartTimeUnixNano
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
609
dataPoint.
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)
4428
if (
StartTimeUnixNano
!= other.
StartTimeUnixNano
) return false;
4449
if (
StartTimeUnixNano
!= 0UL) hash ^=
StartTimeUnixNano
.GetHashCode();
4541
if (
StartTimeUnixNano
!= 0UL) {
4543
output.WriteFixed64(
StartTimeUnixNano
);
4601
if (
StartTimeUnixNano
!= 0UL) {
4651
if (other.
StartTimeUnixNano
!= 0UL) {
4652
StartTimeUnixNano = other.
StartTimeUnixNano
;