1 write to AsyncResult
System.Web (1)
UI\Page.cs (1)
6077
_legacyAsyncInfo.
AsyncResult
= new HttpAsyncResult(callback, extraData);
3 references to AsyncResult
System.Web (3)
UI\Page.cs (3)
6110
return _legacyAsyncInfo.
AsyncResult
;
6131
Debug.Assert(_legacyAsyncInfo.
AsyncResult
== result);
6134
_legacyAsyncInfo.
AsyncResult
.End();