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)
5869
if (onPageThread &&
_syncContext
.PendingOperationsCount == 0) {
5893
if (
_syncContext
.PendingCompletion(_callHandlersThreadpoolCallback)) {
5899
if (_error == null &&
_syncContext
.Error != null) {
5901
if (!_page.HandleError(
_syncContext
.Error)) {
5902
_error =
_syncContext
.Error;
5903
_syncContext
.ClearError();