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)
71
get { return
_completedSynchronously
; }
152
needSetupThreadContext = !
_completedSynchronously
;
225
_taskManager.TaskCompleted(
_completedSynchronously
/*onCallerThread*/); // notify TaskManager