6 writes to AsInt
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
2850AsInt = other.AsInt; 3186AsInt = other.AsInt; 3273AsInt = input.ReadSFixed64();
Aspire.Dashboard.Components.Tests (2)
Controls\PlotlyChartTests.cs (1)
75AsInt = 1,
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
106AsInt = value,
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
106AsInt = value,
8 references to AsInt
Aspire.Dashboard (8)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
2850AsInt = other.AsInt; 3040if (AsInt != other.AsInt) return false; 3055if (HasAsInt) hash ^= AsInt.GetHashCode(); 3124output.WriteSFixed64(AsInt); 3186AsInt = other.AsInt;
Otlp\Model\MetricValues\DimensionScope.cs (2)
41var value = d.AsInt; 55_lastValue = new MetricValue<long>(d.AsInt, start, end);