Base:
property
AllowAsyncDuringSyncStages
System.Web.AspNetSynchronizationContextBase.AllowAsyncDuringSyncStages
2 references to AllowAsyncDuringSyncStages
System.Web (2)
AspNetSynchronizationContext.cs (2)
111if (!AllowAsyncDuringSyncStages && !_state.AllowVoidAsyncOperations) { 151if (!AllowAsyncDuringSyncStages && Volatile.Read(ref _state.VoidAsyncOutstandingOperationCount) > 0) {