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