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