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