Searched refs:AppDomainsCount (Results 1 – 3 of 3) sorted by relevance
448 if (limit > 0 && _appManager.AppDomainsCount >= limit) { in EnforceAppDomainLimit()1488 internal static int AppDomainsCount { property in System.Web.Hosting.HostingEnvironment1491 return (appManager != null) ? appManager.AppDomainsCount : 0;
767 internal int AppDomainsCount { property in System.Web.Hosting.ApplicationManager
2092 s_appdomainCount = HostingEnvironment.AppDomainsCount; in Update()