4 instantiations of ContainerImageReference
Aspire.Hosting.Azure (1)
AzureDeployingContext.cs (1)
406IValueProvider 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)
215var containerImage = AllocateParameter(new ContainerImageReference(Resource));
Aspire.Hosting.Docker (1)
DockerComposeServiceExtensions.cs (1)
116source: 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.