1 override of CreateCopy
System.Web (1)
Hosting\AspNetHostExecutionContextManager.cs (1)
117
public override HostExecutionContext
CreateCopy
() {
3 references to CreateCopy
mscorlib (2)
system\threading\executioncontext.cs (2)
1104
ec._hostExecutionContext = _hostExecutionContext == null ? null : _hostExecutionContext.
CreateCopy
();
1140
ec._hostExecutionContext = this._hostExecutionContext == null ? null : _hostExecutionContext.
CreateCopy
();
System.Web (1)
Hosting\AspNetHostExecutionContextManager.cs (1)
123
return (hostExecutionContext != null) ? hostExecutionContext.
CreateCopy
() : null;