1 instantiation of HostExecutionContextSwitcher
mscorlib (1)
system\threading\hostexecutioncontextmanager.cs (1)
208
HostExecutionContextSwitcher switcher = new
HostExecutionContextSwitcher
();
4 references to HostExecutionContextSwitcher
mscorlib (4)
system\threading\executioncontext.cs (1)
343
HostExecutionContextSwitcher
.Undo(hecsw);
system\threading\hostexecutioncontextmanager.cs (3)
208
HostExecutionContextSwitcher
switcher = new HostExecutionContextSwitcher();
243
HostExecutionContextSwitcher
hostContextSwitcher = previousState as
HostExecutionContextSwitcher
;