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