8 instantiations of ArrayItemList
WindowsBase (8)
Shared\MS\Utility\FrugalList.cs (8)
1569
ArrayItemList<T> newList = new
ArrayItemList
<T>(this.Capacity);
1620
_targetStore = new
ArrayItemList
<T>(newCapacity);
1740
newStore = new
ArrayItemList
<T>(value);
1840
ArrayItemList<T> newStore = new
ArrayItemList
<T>(_listStore.Count + 1);
2039
_listStore = new
ArrayItemList
<T>(collection);
2056
_listStore = new
ArrayItemList
<T>(collection);
2105
newStore = new
ArrayItemList
<T>(value);
2205
ArrayItemList<T> newStore = new
ArrayItemList
<T>(_listStore.Count + 1);
6 references to ArrayItemList
WindowsBase (6)
Shared\MS\Utility\FrugalList.cs (6)
1529
public void Promote(
ArrayItemList
<T> oldList)
1569
ArrayItemList
<T> newList = new ArrayItemList<T>(this.Capacity);
1603
public ArrayCompacter(
ArrayItemList
<T> store, int newCount)
1679
ArrayItemList
<T> _targetStore;
1840
ArrayItemList
<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);
2205
ArrayItemList
<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);