2 overrides of DisassociateFromCurrentThread
System.Web (2)
AspNetSynchronizationContext.cs (1)
90internal override void DisassociateFromCurrentThread() {
LegacyAspNetSynchronizationContext.cs (1)
212internal override void DisassociateFromCurrentThread() {
5 references to DisassociateFromCurrentThread
System.Web (5)
AspNetSynchronizationContextBase.cs (1)
101return new DisposableAction(DisassociateFromCurrentThread);
HttpApplication.cs (1)
4329syncContext.DisassociateFromCurrentThread();
httpserverutility.cs (1)
544_context.SyncContext.DisassociateFromCurrentThread();
UI\LegacyPageAsyncTaskManager.cs (2)
164_app.Context.SyncContext.DisassociateFromCurrentThread(); 295_app.Context.SyncContext.DisassociateFromCurrentThread();