2 instantiations of EventList
System.Web (2)
UI\TemplateControl.cs (2)
56private static object _emptyEventSingleton = new EventList(); 409eventList = new EventList();
6 references to EventList
System.Web (6)
UI\TemplateControl.cs (6)
399EventList eventList; 406o = (EventList)_eventListCache[GetType()]; 432eventList = (EventList)o; 483private void GetDelegateInformation(EventList eventList) { 498private void GetDelegateInformationWithAssert(EventList eventList) { 502private void GetDelegateInformationWithNoAssert(EventList eventList) {