3 writes to _tasksStarted
System.Web (3)
UI\LegacyPageAsyncTaskManager.cs (3)
151_tasksStarted = 0; 203Interlocked.Increment(ref _tasksStarted); 252Interlocked.Increment(ref _tasksStarted);
2 references to _tasksStarted
System.Web (2)
UI\LegacyPageAsyncTaskManager.cs (2)
317", _tasksCompleted=" + newTasksCompleted + ", _tasksStarted=" + _tasksStarted); 319if (newTasksCompleted < _tasksStarted) {