2 overrides of AllowAsyncDuringSyncStages
System.Web (2)
AspNetSynchronizationContext.cs (1)
29internal override bool AllowAsyncDuringSyncStages {
LegacyAspNetSynchronizationContext.cs (1)
76internal override bool AllowAsyncDuringSyncStages {
1 write to AllowAsyncDuringSyncStages
System.Web (1)
HttpContext.cs (1)
741SyncContext.AllowAsyncDuringSyncStages = value;
2 references to AllowAsyncDuringSyncStages
System.Web (2)
HttpContext.cs (1)
738return SyncContext.AllowAsyncDuringSyncStages;
httpserverutility.cs (1)
601if (blockedThread && !_context.SyncContext.AllowAsyncDuringSyncStages) {