3 writes to _hasBits0
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (3)
3870
_hasBits0
= other._hasBits0;
3959
_hasBits0
|= 1;
3973
_hasBits0
&= ~1;
3 references to _hasBits0
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (3)
3870
_hasBits0 = other.
_hasBits0
;
3957
get { if ((
_hasBits0
& 1) != 0) { return isSensitive_; } else { return IsSensitiveDefaultValue; } }
3967
get { return (
_hasBits0
& 1) != 0; }