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
;
3539
get { if ((
_hasBits0
& 1) != 0) { return sum_; } else { return SumDefaultValue; } }
3549
get { return (
_hasBits0
& 1) != 0; }
3651
get { if ((
_hasBits0
& 2) != 0) { return min_; } else { return MinDefaultValue; } }
3661
get { return (
_hasBits0
& 2) != 0; }
3681
get { if ((
_hasBits0
& 4) != 0) { return max_; } else { return MaxDefaultValue; } }
3691
get { return (
_hasBits0
& 4) != 0; }