2 writes to Count
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4562
Count
= other.Count;
4711
Count
= input.ReadFixed64();
9 references to Count
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
4334
if (
Count
!= other.
Count
) return false;
4355
if (
Count
!= 0UL) hash ^=
Count
.GetHashCode();
4453
if (
Count
!= 0UL) {
4455
output.WriteFixed64(
Count
);
4511
if (
Count
!= 0UL) {
4561
if (other.
Count
!= 0UL) {
4562
Count = other.
Count
;