3 writes to _hasBits0
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
6496
_hasBits0
= other._hasBits0;
6534
_hasBits0
|= 1;
6548
_hasBits0
&= ~1;
3 references to _hasBits0
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
6496
_hasBits0 = other.
_hasBits0
;
6532
get { if ((
_hasBits0
& 1) != 0) { return isStdErr_; } else { return IsStdErrDefaultValue; } }
6542
get { return (
_hasBits0
& 1) != 0; }