2 instantiations of StepInvoker
System.Web (2)
HttpApplication.cs (2)
2166_stepInvoker = new StepInvoker(); 2170_stepInvoker = new StepInvoker((nextStepAction) => callback(new HttpContextWrapper(_context), nextStepAction), nextStep);
4 references to StepInvoker
System.Web (4)
HttpApplication.cs (4)
2149private StepInvoker _stepInvoker; 2169var nextStep = _stepInvoker; 4449private StepInvoker _nextStep; 4453public StepInvoker(Action<Action> action, StepInvoker step) {