2 writes to Count
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5353
Count
= other.Count;
5437
Count
= input.ReadFixed64();
9 references to Count
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5216
if (
Count
!= other.
Count
) return false;
5230
if (
Count
!= 0UL) hash ^=
Count
.GetHashCode();
5292
if (
Count
!= 0UL) {
5294
output.WriteFixed64(
Count
);
5323
if (
Count
!= 0UL) {
5352
if (other.
Count
!= 0UL) {
5353
Count = other.
Count
;