3 writes to Count
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4658
Count
= other.Count;
4807
Count
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
617
dataPoint.
Count
= json.Count.Value;
9 references to Count
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
4430
if (
Count
!= other.
Count
) return false;
4451
if (
Count
!= 0UL) hash ^=
Count
.GetHashCode();
4549
if (
Count
!= 0UL) {
4551
output.WriteFixed64(
Count
);
4607
if (
Count
!= 0UL) {
4657
if (other.
Count
!= 0UL) {
4658
Count = other.
Count
;