2 instantiations of SyncEventExecutionStep
System.Web (2)
HttpApplication.cs (2)
729
SyncEventExecutionStep step = new
SyncEventExecutionStep
(this, (EventHandler)handler);
1737
steps.Add(new
SyncEventExecutionStep
(this, (EventHandler)handlers[i]));
3 references to SyncEventExecutionStep
System.Web (3)
HttpApplication.cs (1)
729
SyncEventExecutionStep
step = new SyncEventExecutionStep(this, (EventHandler)handler);
PipelineModuleStepContainer.cs (2)
129
HttpApplication.
SyncEventExecutionStep
syncStep;
134
syncStep = stepArray[i] as HttpApplication.
SyncEventExecutionStep
;