1 write to LastShutdownAttemptTime
System.Web (1)
HttpRuntime.cs (1)
2258_theRuntime.LastShutdownAttemptTime = DateTime.UtcNow;
2 references to LastShutdownAttemptTime
System.Web (2)
HttpRuntime.cs (2)
2181if (DateTime.UtcNow > _theRuntime.LastShutdownAttemptTime.AddSeconds(waitChangeNotification)) 2228if (_theRuntime.LastShutdownAttemptTime == DateTime.MinValue && !_theRuntime._firstRequestCompleted && !_theRuntime._userForcedShutdown) {