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