2 writes to StartTimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5347
StartTimeUnixNano
= other.StartTimeUnixNano;
5429
StartTimeUnixNano
= input.ReadFixed64();
9 references to StartTimeUnixNano
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5214
if (
StartTimeUnixNano
!= other.
StartTimeUnixNano
) return false;
5228
if (
StartTimeUnixNano
!= 0UL) hash ^=
StartTimeUnixNano
.GetHashCode();
5284
if (
StartTimeUnixNano
!= 0UL) {
5286
output.WriteFixed64(
StartTimeUnixNano
);
5317
if (
StartTimeUnixNano
!= 0UL) {
5346
if (other.
StartTimeUnixNano
!= 0UL) {
5347
StartTimeUnixNano = other.
StartTimeUnixNano
;