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