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