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)
322
for (int i = 0; i <
_eventHandlerMethods
.Length; i++)
323
_eventHandlerMethods
[i] = (MethodInfo)handlers[i];
361
app.InitInternal(context, _state,
_eventHandlerMethods
);
410
app.InitSpecial(_state,
_eventHandlerMethods
, appContext, context);