1 write to _hostExecutionContextManager
mscorlib (1)
system\threading\hostexecutioncontextmanager.cs (1)
332_hostExecutionContextManager = new HostExecutionContextManager();
3 references to _hostExecutionContextManager
mscorlib (3)
system\threading\hostexecutioncontextmanager.cs (3)
329if (_hostExecutionContextManager == null) { 331Contract.Assert(_hostExecutionContextManager == null, "HostExecutionContextManager should be null"); 334return _hostExecutionContextManager;