2 writes to AsyncResult
System.Web (2)
HttpApplication.cs (2)
677
_context.NotificationContext.
AsyncResult
= value;
2763
context.NotificationContext.
AsyncResult
= result;
1 reference to AsyncResult
System.Web (1)
HttpApplication.cs (1)
669
return (_context.NotificationContext != null) ? _context.NotificationContext.
AsyncResult
: null;