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