1 write to _LocalStore
mscorlib (1)
system\appdomain.cs (1)
3251
_LocalStore
= new Dictionary<String, Object[]>();
3 references to _LocalStore
mscorlib (3)
system\appdomain.cs (3)
3248
if (
_LocalStore
!= null)
3249
return
_LocalStore
;
3252
return
_LocalStore
;