3 instantiations of ContainerImageReference
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
639=> AllocateParameter(new ContainerImageReference(resource));
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
214var containerImage = AllocateParameter(new ContainerImageReference(Resource));
Aspire.Hosting.Docker (1)
DockerComposeServiceExtensions.cs (1)
116source: new ContainerImageReference(resourceInstance)