1 instantiation of HostExecutionContextSwitcher
System.Threading (1)
System\Threading\HostExecutionContextManager.cs (1)
29var switcher = new HostExecutionContextSwitcher(hostExecutionContext);
3 references to HostExecutionContextSwitcher
System.Threading (3)
System\Threading\HostExecutionContextManager.cs (3)
29var switcher = new HostExecutionContextSwitcher(hostExecutionContext); 36var switcher = previousState as HostExecutionContextSwitcher;