1 write to _syncContext
System.Web (1)
UI\Page.cs (1)
5773_syncContext = page.Context.SyncContext;
6 references to _syncContext
System.Web (6)
UI\Page.cs (6)
5869if (onPageThread && _syncContext.PendingOperationsCount == 0) { 5893if (_syncContext.PendingCompletion(_callHandlersThreadpoolCallback)) { 5899if (_error == null && _syncContext.Error != null) { 5901if (!_page.HandleError(_syncContext.Error)) { 5902_error = _syncContext.Error; 5903_syncContext.ClearError();