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