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