3 writes to _hasBits0
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
3291
_hasBits0
= other._hasBits0;
3318
_hasBits0
|= 1;
3332
_hasBits0
&= ~1;
3 references to _hasBits0
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
3291
_hasBits0 = other.
_hasBits0
;
3316
get { if ((
_hasBits0
& 1) != 0) { return status_; } else { return StatusDefaultValue; } }
3326
get { return (
_hasBits0
& 1) != 0; }