1 write to _app
System.Web (1)
UI\LegacyPageAsyncTaskManager.cs (1)
34_app = page.Context.ApplicationInstance;
7 references to _app
System.Web (7)
UI\LegacyPageAsyncTaskManager.cs (7)
40get { return _app; } 164_app.Context.SyncContext.DisassociateFromCurrentThread(); 165_app.Context.SyncContext.AssociateWithCurrentThread(); 210using (_app.Context.SyncContext.AcquireThreadLock()) { 213threadContext = _app.OnThreadEnter(); 295_app.Context.SyncContext.DisassociateFromCurrentThread(); 303_app.Context.SyncContext.AssociateWithCurrentThread();