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)
35IAsyncResult asyncResult = _beginHandler(sender, e, _ => { taskCompletionSource.SetResult(null); }, _state);