3 references to AppDomainShutdown
System.Web (3)
Compilation\BuildManagerHost.cs (1)
585HttpRuntime.AppDomainShutdown += new BuildManagerHostUnloadEventHandler(this.OnAppDomainShutdown);
HttpRuntime.cs (2)
2195if (AppDomainShutdown != null) { 2196AppDomainShutdown(_theRuntime, e);