3 writes to AsInt
Stress.TelemetryService (3)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
5775
AsInt
= other.AsInt;
6088
AsInt
= other.AsInt;
6171
AsInt
= input.ReadSFixed64();
6 references to AsInt
Stress.TelemetryService (6)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
5775
AsInt = other.
AsInt
;
5947
if (
AsInt
!= other.
AsInt
) return false;
5961
if (HasAsInt) hash ^=
AsInt
.GetHashCode();
6032
output.WriteSFixed64(
AsInt
);
6088
AsInt = other.
AsInt
;