7 writes to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
4087_hasBits0 = other._hasBits0; 4203_hasBits0 |= 1; 4217_hasBits0 &= ~1; 4345_hasBits0 |= 2; 4359_hasBits0 &= ~2; 4375_hasBits0 |= 4; 4389_hasBits0 &= ~4;
7 references to _hasBits0
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (7)
4087_hasBits0 = other._hasBits0; 4201get { if ((_hasBits0 & 1) != 0) { return sum_; } else { return SumDefaultValue; } } 4211get { return (_hasBits0 & 1) != 0; } 4343get { if ((_hasBits0 & 2) != 0) { return min_; } else { return MinDefaultValue; } } 4353get { return (_hasBits0 & 2) != 0; } 4373get { if ((_hasBits0 & 4) != 0) { return max_; } else { return MaxDefaultValue; } } 4383get { return (_hasBits0 & 4) != 0; }