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