3 references to ShutdownReason
System.Web (3)
Compilation\BuildManagerHost.cs (1)
602
_client.OnAppDomainUnloaded(HttpRuntime.
ShutdownReason
);
Hosting\HostingEnvironment.cs (1)
1525
get { return HttpRuntime.
ShutdownReason
; }
HttpRuntime.cs (1)
3511
WebApplicationLifetimeEvent.DetailCodeFromShutdownReason(
ShutdownReason
));