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)
6110return _legacyAsyncInfo.AsyncResult; 6131Debug.Assert(_legacyAsyncInfo.AsyncResult == result); 6134_legacyAsyncInfo.AsyncResult.End();