2 writes to _targetStore
WindowsBase (2)
Shared\MS\Utility\FrugalList.cs (2)
1615_targetStore = store; 1620_targetStore = new ArrayItemList<T>(newCapacity);
3 references to _targetStore
WindowsBase (3)
Shared\MS\Utility\FrugalList.cs (3)
1623_targetArray = _targetStore._entries; 1675_targetStore._count = _validItemCount; 1676return _targetStore;