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