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