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