2 instantiations of EndpointMapping
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
396_endpointMapping[e.Name] = new(e.UriScheme, NormalizedContainerAppName, port, targetPort, true, httpIngress.External); 416_endpointMapping[e.Name] = new(e.UriScheme, NormalizedContainerAppName, e.Port ?? g.Port.Value, g.Port.Value, false, g.External);
4 references to EndpointMapping
Aspire.Hosting.Azure.AppContainers (4)
ContainerAppContext.cs (4)
31private readonly Dictionary<string, EndpointMapping> _endpointMapping = []; 495private BicepValue<string> GetValue(EndpointMapping mapping, EndpointProperty property) 536var mapping = context._endpointMapping[ep.EndpointName]; 588var mapping = context._endpointMapping[epExpr.Endpoint.EndpointName];