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
;
4201
get { if ((
_hasBits0
& 1) != 0) { return sum_; } else { return SumDefaultValue; } }
4211
get { return (
_hasBits0
& 1) != 0; }
4343
get { if ((
_hasBits0
& 2) != 0) { return min_; } else { return MinDefaultValue; } }
4353
get { return (
_hasBits0
& 2) != 0; }
4373
get { if ((
_hasBits0
& 4) != 0) { return max_; } else { return MaxDefaultValue; } }
4383
get { return (
_hasBits0
& 4) != 0; }