2 references to Volume
Aspire.Hosting (2)
ApplicationModel\CustomResourceSnapshot.cs (1)
161/// <param name="MountType">Gets the mount type, such as <see cref="VolumeMountType.Bind"/> or <see cref="VolumeMountType.Volume"/></param>
Dcp\ApplicationExecutor.cs (1)
1472Type = mount.Type == ContainerMountType.BindMount ? VolumeMountType.Bind : VolumeMountType.Volume,