2 writes to StartTimeUnixNano
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1458
StartTimeUnixNano
= other.StartTimeUnixNano;
1607
StartTimeUnixNano
= input.ReadFixed64();
9 references to StartTimeUnixNano
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (9)
1217
if (
StartTimeUnixNano
!= other.
StartTimeUnixNano
) return false;
1239
if (
StartTimeUnixNano
!= 0UL) hash ^=
StartTimeUnixNano
.GetHashCode();
1351
if (
StartTimeUnixNano
!= 0UL) {
1353
output.WriteFixed64(
StartTimeUnixNano
);
1406
if (
StartTimeUnixNano
!= 0UL) {
1457
if (other.
StartTimeUnixNano
!= 0UL) {
1458
StartTimeUnixNano = other.
StartTimeUnixNano
;