3 writes to _hasBits0
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
578
_hasBits0
= other._hasBits0;
733
_hasBits0
|= 1;
747
_hasBits0
&= ~1;
3 references to _hasBits0
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
578
_hasBits0 = other.
_hasBits0
;
731
get { if ((
_hasBits0
& 1) != 0) { return iconVariant_; } else { return IconVariantDefaultValue; } }
741
get { return (
_hasBits0
& 1) != 0; }