2 writes to t_currentContext
System.Threading (2)
System\Threading\HostExecutionContextManager.cs (2)
30
t_currentContext
= hostExecutionContext;
51
t_currentContext
= null;
1 reference to t_currentContext
System.Threading (1)
System\Threading\HostExecutionContextManager.cs (1)
43
if (
t_currentContext
!= switcher._currentContext || switcher._asyncLocal == null || !switcher._asyncLocal.Value)