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