1 override of AllowVoidAsyncOperations
System.Web (1)
AspNetSynchronizationContext.cs (1)
54internal override void AllowVoidAsyncOperations() {
3 references to AllowVoidAsyncOperations
System.Web (3)
AspNetSynchronizationContextBase.cs (1)
94AllowVoidAsyncOperations();
HttpApplication.cs (2)
3204context.SyncContext.AllowVoidAsyncOperations(); 3556context.SyncContext.AllowVoidAsyncOperations();