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);
192
var mapping = isSlot ? context._slotEndpointMapping[epExpr.Endpoint.EndpointName] : context.
_endpointMapping
[epExpr.Endpoint.EndpointName];
390
if (
_endpointMapping
.FirstOrDefault() is var (_, mapping))
884
foreach (var (name, mapping) in
_endpointMapping
.ToList())