1 write to _asyncResult
System.Web (1)
UI\LegacyPageAsyncTaskManager.cs (1)
154_asyncResult = new HttpAsyncResult(callback, extraData);
3 references to _asyncResult
System.Web (3)
UI\LegacyPageAsyncTaskManager.cs (3)
144_asyncResult.End(); 186return _asyncResult; 328_asyncResult.Complete(onCallerThread, null /*result*/, AnyTaskError);