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