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