1 write to _table
System.Web (1)
HttpApplication.cs (1)
3000_table = new Hashtable();
5 references to _table
System.Web (5)
HttpApplication.cs (5)
2999if (_table == null) 3002AsyncAppEventHandler asyncHandler = (AsyncAppEventHandler)_table[eventId]; 3006_table[eventId] = asyncHandler; 3024if (_table == null) 3026return (AsyncAppEventHandler)_table[eventId];