2 writes to previousHostContext
mscorlib (2)
system\threading\hostexecutioncontextmanager.cs (2)
213switcher.previousHostContext = null; 221switcher.previousHostContext = new HostExecutionContext(unkPrevSafeHandle);
1 reference to previousHostContext
mscorlib (1)
system\threading\hostexecutioncontextmanager.cs (1)
266HostExecutionContext revertToHostContext = hostContextSwitcher.previousHostContext;