3 references to _appServices
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceEnvironmentContext.cs (3)
25
if (!
_appServices
.TryGetValue(resource, out var context))
35
if (!
_appServices
.TryGetValue(resource, out var context))
37
_appServices
[resource] = context = new AzureAppServiceWebsiteContext(resource, this);