3 references to Bind
Aspire.Hosting (3)
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,
Dcp\Model\Container.cs (1)
137public string Type { get; set; } = VolumeMountType.Bind;