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)
79
get { return
_asyncResult
; }
102
if (
_asyncResult
== null) {
122
if (
_asyncResult
== null) {
151
_completedSynchronously =
_asyncResult
.CompletedSynchronously;
170
_timeoutHandler(
_asyncResult
);
174
_endHandler(
_asyncResult
);
187
_timeoutHandler(
_asyncResult
);
191
_endHandler(
_asyncResult
);