1 write to _localDataStore
mscorlib (1)
system\runtime\remoting\context.cs (1)
752
_localDataStore
= _localDataStoreMgr.CreateLocalDataStore();
3 references to _localDataStore
mscorlib (3)
system\runtime\remoting\context.cs (3)
743
if (
_localDataStore
== null)
749
if (
_localDataStore
== null)
756
return
_localDataStore
.Store;