7 instantiations of ContainerPortReference
Aspire.Hosting (1)
ApplicationModel\IComputeEnvironmentResource.cs (1)
60: ReferenceExpression.Create($"{new ContainerPortReference(endpointReference.Resource)}"),
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppEnvironmentResource.cs (1)
383: ReferenceExpression.Create($"{new ContainerPortReference(endpointReference.Resource)}"),
BaseContainerAppContext.cs (1)
398=> AllocateParameter(new ContainerPortReference(resource));
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentResource.cs (1)
535: ReferenceExpression.Create($"{new ContainerPortReference(endpointReference.Resource)}"),
AzureAppServiceWebsiteContext.cs (1)
870EndpointProperty.TargetPort => mapping.TargetPort?.ToString(CultureInfo.InvariantCulture) ?? (BicepValue<string>)AllocateParameter(new ContainerPortReference(Resource)),
Aspire.Hosting.Docker (1)
DockerComposeServiceExtensions.cs (1)
139source: new ContainerPortReference(resourceInstance)
Aspire.Hosting.Radius (1)
RadiusEnvironmentResource.cs (1)
175: ReferenceExpression.Create($"{new ContainerPortReference(endpointReference.Resource)}"),
3 references to ContainerPortReference
Aspire.Hosting (1)
Ats\AtsTypeMappings.cs (1)
53[assembly: AspireExport(typeof(ContainerPortReference), ExposeProperties = true)]
Aspire.Hosting.Docker (2)
CapturedEnvironmentVariable.cs (2)
35/// or <see cref="ContainerPortReference"/>. 37[AspireUnion(typeof(ParameterResource), typeof(ContainerMountAnnotation), typeof(ContainerImageReference), typeof(ContainerPortReference))]