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();
186
return
_asyncResult
;
328
_asyncResult
.Complete(onCallerThread, null /*result*/, AnyTaskError);