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)
96
IAsyncResult ar = _beginHandler(source, args,
_completionCallback
, _state);