15 references to AllowVoidAsyncOperationsBlock
System.Web (15)
UI\Control.cs (4)
1795using (page.Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 2283using (page.Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 2365using (page.Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 2374using (page.Context.SyncContext.AllowVoidAsyncOperationsBlock()) {
UI\Page.cs (10)
3149using (Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 3199using (Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 3243using (Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 3307using (Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 4253using (Context.SyncContext.AllowVoidAsyncOperationsBlock()) { 5045using (con.SyncContext.AllowVoidAsyncOperationsBlock()) { 5074using (con.SyncContext.AllowVoidAsyncOperationsBlock()) { 5109using (con.SyncContext.AllowVoidAsyncOperationsBlock()) { 5118using (con.SyncContext.AllowVoidAsyncOperationsBlock()) { 5351using (Context.SyncContext.AllowVoidAsyncOperationsBlock()) {
UI\PageAsyncTaskManager.cs (1)
43using (syncContext.AllowVoidAsyncOperationsBlock()) {