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)
111if (!AllowAsyncDuringSyncStages && !_state.AllowVoidAsyncOperations) {