3 references to _slotEndpointMapping
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceWebsiteContext.cs (3)
151
(GetEndpointValue(context.
_slotEndpointMapping
[ep.EndpointName], EndpointProperty.Url), secretType) :
189
var mapping = isSlot ? context.
_slotEndpointMapping
[epExpr.Endpoint.EndpointName] : context._endpointMapping[epExpr.Endpoint.EndpointName];
855
_slotEndpointMapping
[name] = mapping with { Host = hostValue };