2 writes to MountType
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3173MountType = other.MountType; 3241MountType = input.ReadString();
11 references to MountType
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
3059if (MountType != other.MountType) return false; 3070if (MountType.Length != 0) hash ^= MountType.GetHashCode(); 3124if (MountType.Length != 0) { 3126output.WriteString(MountType); 3148if (MountType.Length != 0) { 3149size += 1 + pb::CodedOutputStream.ComputeStringSize(MountType); 3172if (other.MountType.Length != 0) { 3173MountType = other.MountType;
ResourceService\Partials.cs (1)
102.Select((v, i) => new VolumeViewModel(i, v.Source, v.Target, v.MountType, v.IsReadOnly))