2 writes to IsReadOnly
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3176IsReadOnly = other.IsReadOnly; 3245IsReadOnly = input.ReadBool();
10 references to IsReadOnly
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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;
ResourceService\Partials.cs (1)
102.Select((v, i) => new VolumeViewModel(i, v.Source, v.Target, v.MountType, v.IsReadOnly))