2 writes to StartTimeUnixNano
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3790StartTimeUnixNano = other.StartTimeUnixNano; 3898StartTimeUnixNano = input.ReadFixed64();
9 references to StartTimeUnixNano
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3621if (StartTimeUnixNano != other.StartTimeUnixNano) return false; 3639if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3709if (StartTimeUnixNano != 0UL) { 3711output.WriteFixed64(StartTimeUnixNano); 3752if (StartTimeUnixNano != 0UL) { 3789if (other.StartTimeUnixNano != 0UL) { 3790StartTimeUnixNano = other.StartTimeUnixNano;