2 writes to TimeUnixNano
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6075
TimeUnixNano
= other.TimeUnixNano;
6155
TimeUnixNano
= input.ReadFixed64();
9 references to TimeUnixNano
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5945
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
5959
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
6014
if (
TimeUnixNano
!= 0UL) {
6016
output.WriteFixed64(
TimeUnixNano
);
6046
if (
TimeUnixNano
!= 0UL) {
6074
if (other.
TimeUnixNano
!= 0UL) {
6075
TimeUnixNano = other.
TimeUnixNano
;