3 writes to _hasBits0
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (3)
5974
_hasBits0
= other._hasBits0;
5998
_hasBits0
|= 1;
6012
_hasBits0
&= ~1;
3 references to _hasBits0
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (3)
5974
_hasBits0 = other.
_hasBits0
;
5996
get { if ((
_hasBits0
& 1) != 0) { return isReconnect_; } else { return IsReconnectDefaultValue; } }
6006
get { return (
_hasBits0
& 1) != 0; }