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