3 instantiations of 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));
3 references to BuildManagerHostUnloadEventArgs
System.Web (3)
Compilation\BuildManagerHost.cs (1)
157private void OnAppDomainShutdown(object o, BuildManagerHostUnloadEventArgs args) {
Compilation\ClientBuildManager.cs (1)
786public delegate void BuildManagerHostUnloadEventHandler(object sender, BuildManagerHostUnloadEventArgs e);
HttpRuntime.cs (1)
2194internal static void OnAppDomainShutdown(BuildManagerHostUnloadEventArgs e) {