2 writes to TimeUnixNano
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3793
TimeUnixNano
= other.TimeUnixNano;
3902
TimeUnixNano
= input.ReadFixed64();
9 references to TimeUnixNano
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3622
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
3640
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
3713
if (
TimeUnixNano
!= 0UL) {
3715
output.WriteFixed64(
TimeUnixNano
);
3755
if (
TimeUnixNano
!= 0UL) {
3792
if (other.
TimeUnixNano
!= 0UL) {
3793
TimeUnixNano = other.
TimeUnixNano
;