3 writes to _mapStore
WindowsBase (3)
Shared\MS\Utility\FrugalMap.cs (3)
1711_mapStore = new SingleObjectMap(); 1753_mapStore = newStore; 1766_mapStore = null;
17 references to _mapStore
WindowsBase (17)
Shared\MS\Utility\FrugalMap.cs (17)
1690if (null != _mapStore) 1692return _mapStore.Search(key); 1702if (null != _mapStore) 1714FrugalMapStoreState myState = _mapStore.InsertEntry(key, value); 1750_mapStore.Promote(newStore); 1754_mapStore.InsertEntry(key, value); 1760if (null != _mapStore) 1762_mapStore.RemoveEntry(key); 1763if (_mapStore.Count == 0) 1775if (null != _mapStore) 1777_mapStore.Sort(); 1783if (null != _mapStore) 1785_mapStore.GetKeyValuePair(index, out key, out value); 1799if (_mapStore != null) 1801_mapStore.Iterate(list, callback); 1819if (null != _mapStore) 1821return _mapStore.Count;