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