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