1 write to _eventHandlerMethods
System.Web (1)
HttpApplicationFactory.cs (1)
321_eventHandlerMethods = new MethodInfo[handlers.Count];
4 references to _eventHandlerMethods
System.Web (4)
HttpApplicationFactory.cs (4)
322for (int i = 0; i < _eventHandlerMethods.Length; i++) 323_eventHandlerMethods[i] = (MethodInfo)handlers[i]; 361app.InitInternal(context, _state, _eventHandlerMethods); 410app.InitSpecial(_state, _eventHandlerMethods, appContext, context);