2 instantiations of EndpointMapping
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
395_endpointMapping[e.Name] = new(e.UriScheme, NormalizedContainerAppName, port, targetPort, true, httpIngress.External); 415_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)
30private readonly Dictionary<string, EndpointMapping> _endpointMapping = []; 494private BicepValue<string> GetValue(EndpointMapping mapping, EndpointProperty property) 535var mapping = context._endpointMapping[ep.EndpointName]; 587var mapping = context._endpointMapping[epExpr.Endpoint.EndpointName];