2 writes to _stepInvoker
System.Web (2)
HttpApplication.cs (2)
2166_stepInvoker = new StepInvoker(); 2170_stepInvoker = new StepInvoker((nextStepAction) => callback(new HttpContextWrapper(_context), nextStepAction), nextStep);
8 references to _stepInvoker
System.Web (8)
HttpApplication.cs (8)
2165if (_stepInvoker == null) { 2169var nextStep = _stepInvoker; 2174if(_stepInvoker != null) { 2177_stepInvoker.Invoke(() => { 3166if (_application._stepInvoker != null) { 3169_application._stepInvoker.Invoke(() => { 3484if (_application._stepInvoker != null) { 3487_application._stepInvoker.Invoke(() => {