2 overrides of AssociateWithCurrentThread
System.Web (2)
AspNetSynchronizationContext.cs (1)
59internal override void AssociateWithCurrentThread() {
LegacyAspNetSynchronizationContext.cs (1)
208internal override void AssociateWithCurrentThread() {
5 references to AssociateWithCurrentThread
System.Web (5)
AspNetSynchronizationContextBase.cs (1)
100AssociateWithCurrentThread();
HttpApplication.cs (1)
4091syncContext.AssociateWithCurrentThread();
httpserverutility.cs (1)
560_context.SyncContext.AssociateWithCurrentThread();
UI\LegacyPageAsyncTaskManager.cs (2)
165_app.Context.SyncContext.AssociateWithCurrentThread(); 303_app.Context.SyncContext.AssociateWithCurrentThread();