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)
329
if (
_hostExecutionContextManager
== null) {
331
Contract.Assert(
_hostExecutionContextManager
== null, "HostExecutionContextManager should be null");
334
return
_hostExecutionContextManager
;