4 writes to Count
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3796Count = other.Count; 3906Count = input.ReadFixed64();
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
72Count = 1,
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
72Count = 1,
11 references to Count
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\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;
Otlp\Model\MetricValues\DimensionScope.cs (2)
88if (lastHistogramValue is not null && lastHistogramValue.Count == h.Count) 108_lastValue = new HistogramValue(h.BucketCounts.ToArray(), h.Sum, h.Count, start, end, explicitBounds);