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