3 writes to StartTimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3885StartTimeUnixNano = other.StartTimeUnixNano; 3993StartTimeUnixNano = input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
550dataPoint.StartTimeUnixNano = json.StartTimeUnixNano.Value;
10 references to StartTimeUnixNano
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3716if (StartTimeUnixNano != other.StartTimeUnixNano) return false; 3734if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3804if (StartTimeUnixNano != 0UL) { 3806output.WriteFixed64(StartTimeUnixNano); 3847if (StartTimeUnixNano != 0UL) { 3884if (other.StartTimeUnixNano != 0UL) { 3885StartTimeUnixNano = other.StartTimeUnixNano;
Otlp\Model\MetricValues\DimensionScope.cs (1)
82var start = OtlpHelpers.UnixNanoSecondsToDateTime(h.StartTimeUnixNano);