1 instantiation of AzureAppServiceWebsiteContext
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentContext.cs (1)
37
_appServices[resource] = context = new
AzureAppServiceWebsiteContext
(resource, this);
6 references to AzureAppServiceWebsiteContext
Aspire.Hosting.Azure.AppService (6)
AzureAppServiceEnvironmentContext.cs (4)
21
private readonly Dictionary<IResource,
AzureAppServiceWebsiteContext
> _appServices = [];
23
public
AzureAppServiceWebsiteContext
GetAppServiceContext(IResource resource)
25
if (!_appServices.TryGetValue(resource, out
var
context))
35
if (!_appServices.TryGetValue(resource, out
var
context))
AzureAppServiceWebsiteContext.cs (2)
117
var
context = environmentContext.GetAppServiceContext(ep.Resource);
154
var
context = environmentContext.GetAppServiceContext(epExpr.Endpoint.Resource);