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