1 instantiation of HostExecutionContext
System.Threading (1)
System\Threading\HostExecutionContext.cs (1)
25
return new
HostExecutionContext
(State);
9 references to HostExecutionContext
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1130
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.
HostExecutionContext
))]
netstandard (1)
netstandard.cs (1)
2079
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.
HostExecutionContext
))]
System.Threading (7)
System\Threading\HostExecutionContext.cs (1)
23
public virtual
HostExecutionContext
CreateCopy()
System\Threading\HostExecutionContextManager.cs (6)
9
/// Normally, the current <see cref="
HostExecutionContext
"/> would be stored on the <see cref="ExecutionContext"/>.
14
private static
HostExecutionContext
? t_currentContext;
16
public virtual
HostExecutionContext
? Capture()
22
public virtual object SetHostExecutionContext(
HostExecutionContext
hostExecutionContext)
56
public readonly
HostExecutionContext
_currentContext;
59
public HostExecutionContextSwitcher(
HostExecutionContext
currentContext)