1 override of Capture
System.Web (1)
Hosting\AspNetHostExecutionContextManager.cs (1)
32
public override HostExecutionContext
Capture
() {
3 references to Capture
mscorlib (1)
system\threading\hostexecutioncontextmanager.cs (1)
294
hostContext = hostMgr.
Capture
();
System.Web (2)
Hosting\AspNetHostExecutionContextManager.cs (2)
39
baseContext: base.
Capture
(),
46
return base.
Capture
();