4 instantiations of ContainerImageReference
Aspire.Hosting.Azure (1)
AzureDeployingContext.cs (1)
406
IValueProvider cir = new
ContainerImageReference
(resource);
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
323
=> AllocateParameter(new
ContainerImageReference
(resource));
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
215
var containerImage = AllocateParameter(new
ContainerImageReference
(Resource));
Aspire.Hosting.Docker (1)
DockerComposeServiceExtensions.cs (1)
116
source: new
ContainerImageReference
(resourceInstance)
1 reference to ContainerImageReference
Aspire.Hosting (1)
ApplicationModel\ContainerImageReference.cs (1)
17
/// Initializes a new instance of the <see cref="
ContainerImageReference
"/> class.