2 references to SyncEventExecutionStep
System.Web (2)
HttpApplication.cs (2)
729
SyncEventExecutionStep step = new
SyncEventExecutionStep
(this, (EventHandler)handler);
1737
steps.Add(new
SyncEventExecutionStep
(this, (EventHandler)handlers[i]));