3 writes to StartTimeUnixNano
Stress.TelemetryService (3)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3172StartTimeUnixNano = other.StartTimeUnixNano; 3257StartTimeUnixNano = input.ReadFixed64();
TelemetryStresser.cs (1)
117StartTimeUnixNano = DateTimeToUnixNanoseconds(startTime),
9 references to StartTimeUnixNano
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3037if (StartTimeUnixNano != other.StartTimeUnixNano) return false; 3052if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3109if (StartTimeUnixNano != 0UL) { 3111output.WriteFixed64(StartTimeUnixNano); 3142if (StartTimeUnixNano != 0UL) { 3171if (other.StartTimeUnixNano != 0UL) { 3172StartTimeUnixNano = other.StartTimeUnixNano;