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