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