3 writes to Count
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5451
Count
= other.Count;
5535
Count
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
690
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)
5314
if (
Count
!= other.
Count
) return false;
5328
if (
Count
!= 0UL) hash ^=
Count
.GetHashCode();
5390
if (
Count
!= 0UL) {
5392
output.WriteFixed64(
Count
);
5421
if (
Count
!= 0UL) {
5450
if (other.
Count
!= 0UL) {
5451
Count = other.
Count
;