2 writes to StartTimeUnixNano
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4556
StartTimeUnixNano
= other.StartTimeUnixNano;
4703
StartTimeUnixNano
= input.ReadFixed64();
9 references to StartTimeUnixNano
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
4332
if (
StartTimeUnixNano
!= other.
StartTimeUnixNano
) return false;
4353
if (
StartTimeUnixNano
!= 0UL) hash ^=
StartTimeUnixNano
.GetHashCode();
4445
if (
StartTimeUnixNano
!= 0UL) {
4447
output.WriteFixed64(
StartTimeUnixNano
);
4505
if (
StartTimeUnixNano
!= 0UL) {
4555
if (other.
StartTimeUnixNano
!= 0UL) {
4556
StartTimeUnixNano = other.
StartTimeUnixNano
;