3 writes to _currentStepIndex
System.Web (3)
HttpApplication.cs (3)
3862_currentStepIndex = -1; 3925_currentStepIndex = _endRequestStepIndex; 3928_currentStepIndex++;
3 references to _currentStepIndex
System.Web (3)
HttpApplication.cs (3)
3922if (_currentStepIndex < _endRequestStepIndex && (context.Error != null || _requestCompleted)) { 3931if (_currentStepIndex >= _execSteps.Length) { 3944error = app.ExecuteStep(_execSteps[_currentStepIndex], ref stepCompletedSynchronously);