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