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