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
;
4105
get { if ((
_hasBits0
& 1) != 0) { return sum_; } else { return SumDefaultValue; } }
4115
get { return (
_hasBits0
& 1) != 0; }
4247
get { if ((
_hasBits0
& 2) != 0) { return min_; } else { return MinDefaultValue; } }
4257
get { return (
_hasBits0
& 2) != 0; }
4277
get { if ((
_hasBits0
& 4) != 0) { return max_; } else { return MaxDefaultValue; } }
4287
get { return (
_hasBits0
& 4) != 0; }