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