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