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
;
3449
get { if ((
_hasBits0
& 1) != 0) { return sum_; } else { return SumDefaultValue; } }
3459
get { return (
_hasBits0
& 1) != 0; }
3556
get { if ((
_hasBits0
& 2) != 0) { return min_; } else { return MinDefaultValue; } }
3566
get { return (
_hasBits0
& 2) != 0; }
3586
get { if ((
_hasBits0
& 4) != 0) { return max_; } else { return MaxDefaultValue; } }
3596
get { return (
_hasBits0
& 4) != 0; }