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