2 writes to Count
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3796
Count
= other.Count;
3906
Count
= input.ReadFixed64();
9 references to Count
Stress.TelemetryService (9)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3623
if (
Count
!= other.
Count
) return false;
3641
if (
Count
!= 0UL) hash ^=
Count
.GetHashCode();
3717
if (
Count
!= 0UL) {
3719
output.WriteFixed64(
Count
);
3758
if (
Count
!= 0UL) {
3795
if (other.
Count
!= 0UL) {
3796
Count = other.
Count
;