2 writes to _completedSynchronously
System.Web (2)
UI\LegacyPageAsyncTask.cs (2)
112_completedSynchronously = true; 151_completedSynchronously = _asyncResult.CompletedSynchronously;
3 references to _completedSynchronously
System.Web (3)
UI\LegacyPageAsyncTask.cs (3)
71get { return _completedSynchronously; } 152needSetupThreadContext = !_completedSynchronously; 225_taskManager.TaskCompleted(_completedSynchronously /*onCallerThread*/); // notify TaskManager