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)
2181
if (DateTime.UtcNow > _theRuntime.
LastShutdownAttemptTime
.AddSeconds(waitChangeNotification))
2228
if (_theRuntime.
LastShutdownAttemptTime
== DateTime.MinValue && !_theRuntime._firstRequestCompleted && !_theRuntime._userForcedShutdown) {