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)
3922
if (
_currentStepIndex
< _endRequestStepIndex && (context.Error != null || _requestCompleted)) {
3931
if (
_currentStepIndex
>= _execSteps.Length) {
3944
error = app.ExecuteStep(_execSteps[
_currentStepIndex
], ref stepCompletedSynchronously);