1 write to _taskManager
System.Web (1)
UI\LegacyPageAsyncTask.cs (1)
89
_taskManager
= manager;
4 references to _taskManager
System.Web (4)
UI\LegacyPageAsyncTask.cs (4)
113
_taskManager
.TaskCompleted(true /*onCallerThread*/); // notify TaskManager
159
HttpApplication app =
_taskManager
.Application;
225
_taskManager
.TaskCompleted(_completedSynchronously /*onCallerThread*/); // notify TaskManager
229
_taskManager
.CompleteAllTasksNow(false /*syncCaller*/);