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)
1690
if (null !=
_mapStore
)
1692
return
_mapStore
.Search(key);
1702
if (null !=
_mapStore
)
1714
FrugalMapStoreState myState =
_mapStore
.InsertEntry(key, value);
1750
_mapStore
.Promote(newStore);
1754
_mapStore
.InsertEntry(key, value);
1760
if (null !=
_mapStore
)
1762
_mapStore
.RemoveEntry(key);
1763
if (
_mapStore
.Count == 0)
1775
if (null !=
_mapStore
)
1777
_mapStore
.Sort();
1783
if (null !=
_mapStore
)
1785
_mapStore
.GetKeyValuePair(index, out key, out value);
1799
if (
_mapStore
!= null)
1801
_mapStore
.Iterate(list, callback);
1819
if (null !=
_mapStore
)
1821
return
_mapStore
.Count;