5 references to _endpointMapping
Aspire.Hosting.Azure.AppService (5)
AzureAppServiceWebsiteContext.cs (5)
130_endpointMapping[endpoint.Name] = new( 152(GetEndpointValue(context._endpointMapping[ep.EndpointName], EndpointProperty.Url), secretType); 189var mapping = isSlot ? context._slotEndpointMapping[epExpr.Endpoint.EndpointName] : context._endpointMapping[epExpr.Endpoint.EndpointName]; 383if (_endpointMapping.FirstOrDefault() is var (_, mapping)) 850foreach (var (name, mapping) in _endpointMapping.ToList())