4 writes to AsInt
Stress.TelemetryService (4)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
2850
AsInt
= other.AsInt;
3186
AsInt
= other.AsInt;
3273
AsInt
= input.ReadSFixed64();
TelemetryStresser.cs (1)
116
AsInt
= value,
6 references to AsInt
Stress.TelemetryService (6)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
2850
AsInt = other.
AsInt
;
3040
if (
AsInt
!= other.
AsInt
) return false;
3055
if (HasAsInt) hash ^=
AsInt
.GetHashCode();
3124
output.WriteSFixed64(
AsInt
);
3186
AsInt = other.
AsInt
;