2 writes to TimeUnixNano
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1926TimeUnixNano = other.TimeUnixNano; 1990TimeUnixNano = input.ReadFixed64();
9 references to TimeUnixNano
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (9)
1824if (TimeUnixNano != other.TimeUnixNano) return false; 1835if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 1880if (TimeUnixNano != 0UL) { 1882output.WriteFixed64(TimeUnixNano); 1903if (TimeUnixNano != 0UL) { 1925if (other.TimeUnixNano != 0UL) { 1926TimeUnixNano = other.TimeUnixNano;