Home
last modified time | relevance | path

Searched refs:HostingEnvironmentShutdownInitiated (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DApplicationManager.cs465 HostingEnvironmentShutdownInitiated(appId, env); in RemoveFromTableIfRuntimeExists()
747 internal void HostingEnvironmentShutdownInitiated(String appId, HostingEnvironment env) { in HostingEnvironmentShutdownInitiated() method in System.Web.Hosting.ApplicationManager
H A DHostingEnvironment.cs686 _appManager.HostingEnvironmentShutdownInitiated(_appId, this); in RemoveThisAppDomainFromAppManagerTableOnce()