2 instantiations of EndpointMapping
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
311_endpointMapping[e.Name] = new(e.UriScheme, NormalizedContainerAppName, port, targetPort, true, httpIngress.External); 331_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)
BaseContainerAppContext.cs (4)
28protected readonly Dictionary<string, EndpointMapping> _endpointMapping = []; 179private BicepValue<string> GetValue(EndpointMapping mapping, EndpointProperty property) 220var mapping = context._endpointMapping[ep.EndpointName]; 272var mapping = context._endpointMapping[epExpr.Endpoint.EndpointName];