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)
2055
if (null !=
_mapStore
)
2057
return
_mapStore
.Search(key);
2067
if (null !=
_mapStore
)
2079
FrugalMapStoreState myState =
_mapStore
.InsertEntry(key, value);
2099
_mapStore
.Promote(newStore);
2103
_mapStore
.InsertEntry(key, value);
2109
if (null !=
_mapStore
)
2111
_mapStore
.RemoveEntry(key);
2112
if (
_mapStore
.Count == 0)
2124
if (null !=
_mapStore
)
2126
_mapStore
.Sort();
2132
if (null !=
_mapStore
)
2134
_mapStore
.GetKeyValuePair(index, out key, out value);
2148
if (
_mapStore
!= null)
2150
_mapStore
.Iterate(list, callback);
2168
if (null !=
_mapStore
)
2170
return
_mapStore
.Count;