3 references to m_KeyToSlotMap
mscorlib (3)
system\_localdatastoremgr.cs (3)
226
m_KeyToSlotMap
.Add(name, slot);
249
LocalDataStoreSlot slot =
m_KeyToSlotMap
.GetValueOrDefault(name);
278
m_KeyToSlotMap
.Remove(name);