7 writes to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
3339_hasBits0 = other._hasBits0; 3451_hasBits0 |= 1; 3465_hasBits0 &= ~1; 3558_hasBits0 |= 2; 3572_hasBits0 &= ~2; 3588_hasBits0 |= 4; 3602_hasBits0 &= ~4;
7 references to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
3339_hasBits0 = other._hasBits0; 3449get { if ((_hasBits0 & 1) != 0) { return sum_; } else { return SumDefaultValue; } } 3459get { return (_hasBits0 & 1) != 0; } 3556get { if ((_hasBits0 & 2) != 0) { return min_; } else { return MinDefaultValue; } } 3566get { return (_hasBits0 & 2) != 0; } 3586get { if ((_hasBits0 & 4) != 0) { return max_; } else { return MaxDefaultValue; } } 3596get { return (_hasBits0 & 4) != 0; }