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