3 writes to IsReadOnly
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3176
IsReadOnly
= other.IsReadOnly;
3245
IsReadOnly
= input.ReadBool();
Dashboard\proto\Partials.cs (1)
83
IsReadOnly
= volume.IsReadOnly
9 references to IsReadOnly
Aspire.Hosting (9)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (9)
3060
if (
IsReadOnly
!= other.
IsReadOnly
) return false;
3071
if (
IsReadOnly
!= false) hash ^=
IsReadOnly
.GetHashCode();
3128
if (
IsReadOnly
!= false) {
3130
output.WriteBool(
IsReadOnly
);
3151
if (
IsReadOnly
!= false) {
3175
if (other.
IsReadOnly
!= false) {
3176
IsReadOnly = other.
IsReadOnly
;