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