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