3 writes to _mapStore
WindowsBase (3)
Shared\MS\Utility\FrugalMap.cs (3)
2076_mapStore = new LargeSortedObjectMap(); 2102_mapStore = newStore; 2115_mapStore = null;
17 references to _mapStore
WindowsBase (17)
Shared\MS\Utility\FrugalMap.cs (17)
2055if (null != _mapStore) 2057return _mapStore.Search(key); 2067if (null != _mapStore) 2079FrugalMapStoreState myState = _mapStore.InsertEntry(key, value); 2099_mapStore.Promote(newStore); 2103_mapStore.InsertEntry(key, value); 2109if (null != _mapStore) 2111_mapStore.RemoveEntry(key); 2112if (_mapStore.Count == 0) 2124if (null != _mapStore) 2126_mapStore.Sort(); 2132if (null != _mapStore) 2134_mapStore.GetKeyValuePair(index, out key, out value); 2148if (_mapStore != null) 2150_mapStore.Iterate(list, callback); 2168if (null != _mapStore) 2170return _mapStore.Count;