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