1 override of ProhibitVoidAsyncOperations
System.Web (1)
AspNetSynchronizationContext.cs (1)
138internal override void ProhibitVoidAsyncOperations() {
8 references to ProhibitVoidAsyncOperations
System.Web (8)
AspNetSynchronizationContextBase.cs (1)
112_syncContext.ProhibitVoidAsyncOperations();
HttpApplication.cs (6)
3138context.SyncContext.ProhibitVoidAsyncOperations(); 3212context.SyncContext.ProhibitVoidAsyncOperations(); 3226context.SyncContext.ProhibitVoidAsyncOperations(); 3438context.SyncContext.ProhibitVoidAsyncOperations(); 3564context.SyncContext.ProhibitVoidAsyncOperations(); 3578context.SyncContext.ProhibitVoidAsyncOperations();
UI\Page.cs (1)
6012context.SyncContext.ProhibitVoidAsyncOperations();