7 writes to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
3992_hasBits0 = other._hasBits0; 4107_hasBits0 |= 1; 4121_hasBits0 &= ~1; 4249_hasBits0 |= 2; 4263_hasBits0 &= ~2; 4279_hasBits0 |= 4; 4293_hasBits0 &= ~4;
7 references to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
3992_hasBits0 = other._hasBits0; 4105get { if ((_hasBits0 & 1) != 0) { return sum_; } else { return SumDefaultValue; } } 4115get { return (_hasBits0 & 1) != 0; } 4247get { if ((_hasBits0 & 2) != 0) { return min_; } else { return MinDefaultValue; } } 4257get { return (_hasBits0 & 2) != 0; } 4277get { if ((_hasBits0 & 4) != 0) { return max_; } else { return MaxDefaultValue; } } 4287get { return (_hasBits0 & 4) != 0; }