2 writes to HostExecutionContext
mscorlib (2)
system\threading\hostexecutioncontextmanager.cs (2)
233currentExecutionContext.HostExecutionContext = hostExecutionContext; 281executionContext.HostExecutionContext = revertToHostContext;
2 references to HostExecutionContext
mscorlib (2)
system\threading\executioncontext.cs (1)
1071HostExecutionContext hostContext = executionContext.HostExecutionContext;
system\threading\hostexecutioncontextmanager.cs (1)
258HostExecutionContext revertFromHostContext = executionContext.HostExecutionContext;