2 writes to _userForcedShutdown
System.Web (2)
HttpRuntime.cs (2)
2201
_theRuntime.
_userForcedShutdown
= true;
2442
_theRuntime.
_userForcedShutdown
= true;
1 reference to _userForcedShutdown
System.Web (1)
HttpRuntime.cs (1)
2228
if (_theRuntime.LastShutdownAttemptTime == DateTime.MinValue && !_theRuntime._firstRequestCompleted && !_theRuntime.
_userForcedShutdown
) {