3 writes to MountType
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3173
MountType
= other.MountType;
3241
MountType
= input.ReadString();
Dashboard\proto\Partials.cs (1)
82
MountType
= volume.MountType,
10 references to MountType
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\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
;