2 writes to _asyncLocal
System.Threading (2)
System\Threading\HostExecutionContextManager.cs (2)
48
switcher.
_asyncLocal
= null; // cannot be reused
65
_asyncLocal
= new AsyncLocal<bool>();
3 references to _asyncLocal
System.Threading (3)
System\Threading\HostExecutionContextManager.cs (3)
43
if (t_currentContext != switcher._currentContext || switcher.
_asyncLocal
== null || !switcher.
_asyncLocal
.Value)
66
_asyncLocal
.Value = true;