1 write to s_LocalDataStoreMgr
mscorlib (1)
system\threading\thread.cs (1)
1798Interlocked.CompareExchange(ref s_LocalDataStoreMgr, new LocalDataStoreMgr(), null);
2 references to s_LocalDataStoreMgr
mscorlib (2)
system\threading\thread.cs (2)
1796if (s_LocalDataStoreMgr == null) 1801return s_LocalDataStoreMgr;