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;
1676
return
_targetStore
;