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