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