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