3 writes to TimeUnixNano
Stress.TelemetryService (3)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3175
TimeUnixNano
= other.TimeUnixNano;
3261
TimeUnixNano
= input.ReadFixed64();
TelemetryStresser.cs (1)
118
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime)
9 references to TimeUnixNano
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3038
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
3053
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
3113
if (
TimeUnixNano
!= 0UL) {
3115
output.WriteFixed64(
TimeUnixNano
);
3145
if (
TimeUnixNano
!= 0UL) {
3174
if (other.
TimeUnixNano
!= 0UL) {
3175
TimeUnixNano = other.
TimeUnixNano
;