1 write to _shutdownReason
System.Web (1)
HttpRuntime.cs (1)
2334
_theRuntime.
_shutdownReason
= reason;
3 references to _shutdownReason
System.Web (3)
HttpRuntime.cs (3)
2295
OnAppDomainShutdown(new BuildManagerHostUnloadEventArgs(_theRuntime.
_shutdownReason
));
2333
if (_theRuntime.
_shutdownReason
== ApplicationShutdownReason.None) {
2352
get { return _theRuntime.
_shutdownReason
; }