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)
3248if (_LocalStore != null) 3249return _LocalStore; 3252return _LocalStore;