1 instantiation of AsyncAppEventHandler
System.Web (1)
HttpApplication.cs (1)
3005asyncHandler = new AsyncAppEventHandler();
6 references to AsyncAppEventHandler
System.Web (6)
HttpApplication.cs (6)
1724AsyncAppEventHandler asyncHandler = AsyncEvents[eventIndex]; 2604AsyncAppEventHandler asyncHandler = AsyncEvents[eventIndex]; 3002AsyncAppEventHandler asyncHandler = (AsyncAppEventHandler)_table[eventId]; 3022internal AsyncAppEventHandler this[Object eventId] { 3026return (AsyncAppEventHandler)_table[eventId];