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