2 writes to _asyncResult
System.Web (2)
UI\LegacyPageAsyncTask.cs (2)
104_asyncResult = ar; 124_asyncResult = ar;
8 references to _asyncResult
System.Web (8)
UI\LegacyPageAsyncTask.cs (8)
79get { return _asyncResult; } 102if (_asyncResult == null) { 122if (_asyncResult == null) { 151_completedSynchronously = _asyncResult.CompletedSynchronously; 170_timeoutHandler(_asyncResult); 174_endHandler(_asyncResult); 187_timeoutHandler(_asyncResult); 191_endHandler(_asyncResult);