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 159HttpApplication app = _taskManager.Application; 225_taskManager.TaskCompleted(_completedSynchronously /*onCallerThread*/); // notify TaskManager 229_taskManager.CompleteAllTasksNow(false /*syncCaller*/);