2 writes to AllowVoidAsyncOperations
System.Web (2)
AspNetSynchronizationContext.cs (2)
55
_state.
AllowVoidAsyncOperations
= true;
139
_state.
AllowVoidAsyncOperations
= false;
1 reference to AllowVoidAsyncOperations
System.Web (1)
AspNetSynchronizationContext.cs (1)
111
if (!AllowAsyncDuringSyncStages && !_state.
AllowVoidAsyncOperations
) {