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