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)
2149
private
StepInvoker
_stepInvoker;
2169
var
nextStep = _stepInvoker;
4449
private
StepInvoker
_nextStep;
4453
public StepInvoker(Action<Action> action,
StepInvoker
step) {