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