1 write to _state
System.Web (1)
UI\PageAsyncTaskApm.cs (1)
23
_state
= state;
1 reference to _state
System.Web (1)
UI\PageAsyncTaskApm.cs (1)
35
IAsyncResult asyncResult = _beginHandler(sender, e, _ => { taskCompletionSource.SetResult(null); },
_state
);