4 references to _endpointMapping
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
118
_endpointMapping
[endpoint.Name] = new(
138
return (GetEndpointValue(context.
_endpointMapping
[ep.EndpointName], EndpointProperty.Url), secretType);
175
var mapping = context.
_endpointMapping
[epExpr.Endpoint.EndpointName];
286
if (
_endpointMapping
.FirstOrDefault() is var (_, mapping))