1 write to _httpIngress
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
339_httpIngress = (targetPort, httpIngress.AnyH2, httpIngress.External);
2 references to _httpIngress
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
622if (_httpIngress is null && _additionalPorts.Count == 0) 632if (_httpIngress is { } ingress)