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