3 writes to AsInt
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
5775
AsInt
= other.AsInt;
6088
AsInt
= other.AsInt;
6171
AsInt
= input.ReadSFixed64();
7 references to AsInt
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
5775
AsInt = other.
AsInt
;
5947
if (
AsInt
!= other.
AsInt
) return false;
5961
if (HasAsInt) hash ^=
AsInt
.GetHashCode();
6032
output.WriteSFixed64(
AsInt
);
6088
AsInt = other.
AsInt
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
125
var exemplarValue = exemplar.HasAsDouble ? exemplar.AsDouble : exemplar.
AsInt
;