1 write to _completionCallback
System.Web (1)
UI\LegacyPageAsyncTask.cs (1)
90_completionCallback = new AsyncCallback(this.OnAsyncTaskCompletion);
1 reference to _completionCallback
System.Web (1)
UI\LegacyPageAsyncTask.cs (1)
96IAsyncResult ar = _beginHandler(source, args, _completionCallback, _state);