3 references to BuildManagerHostUnloadEventArgs
System.Web (3)
Compilation\ClientBuildManager.cs (2)
732AppDomainUnloaded(this, new BuildManagerHostUnloadEventArgs(_reason)); 739AppDomainShutdown(this, new BuildManagerHostUnloadEventArgs((ApplicationShutdownReason)o));
HttpRuntime.cs (1)
2295OnAppDomainShutdown(new BuildManagerHostUnloadEventArgs(_theRuntime._shutdownReason));