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