1 override of SetHostExecutionContext
System.Web (1)
Hosting\AspNetHostExecutionContextManager.cs (1)
62public override object SetHostExecutionContext(HostExecutionContext hostExecutionContext) {
3 references to SetHostExecutionContext
mscorlib (1)
system\threading\hostexecutioncontextmanager.cs (1)
306switcher = hostMgr.SetHostExecutionContext(hostContext);
System.Web (2)
Hosting\AspNetHostExecutionContextManager.cs (2)
68baseRevertParameter = base.SetHostExecutionContext(castHostExecutionContext.BaseContext); 99return base.SetHostExecutionContext(hostExecutionContext);