1 override of HostExecutionContextManager
System.Web (1)
Hosting\ApplicationManager.cs (1)
1597public override HostExecutionContextManager HostExecutionContextManager {
3 references to HostExecutionContextManager
mscorlib (2)
system\appdomain.cs (1)
1010HostExecutionContextManager contextManager = domainManager.HostExecutionContextManager;
system\threading\hostexecutioncontextmanager.cs (1)
322return mgr.HostExecutionContextManager;
System.Web (1)
Hosting\ApplicationManager.cs (1)
1599return _hostExecutionContextManager ?? base.HostExecutionContextManager;