1 write to _asyncEvents
System.Web (1)
HttpApplication.cs (1)
293
_asyncEvents
= new AsyncAppEventHandlersTable();
2 references to _asyncEvents
System.Web (2)
HttpApplication.cs (2)
292
if (
_asyncEvents
== null)
294
return
_asyncEvents
;