7 writes to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
3428_hasBits0 = other._hasBits0; 3541_hasBits0 |= 1; 3555_hasBits0 &= ~1; 3653_hasBits0 |= 2; 3667_hasBits0 &= ~2; 3683_hasBits0 |= 4; 3697_hasBits0 &= ~4;
7 references to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
3428_hasBits0 = other._hasBits0; 3539get { if ((_hasBits0 & 1) != 0) { return sum_; } else { return SumDefaultValue; } } 3549get { return (_hasBits0 & 1) != 0; } 3651get { if ((_hasBits0 & 2) != 0) { return min_; } else { return MinDefaultValue; } } 3661get { return (_hasBits0 & 2) != 0; } 3681get { if ((_hasBits0 & 4) != 0) { return max_; } else { return MaxDefaultValue; } } 3691get { return (_hasBits0 & 4) != 0; }