2 writes to _targetStore
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (2)
1532_targetStore = store; 1537_targetStore = new ArrayItemList<T>(newCapacity);
3 references to _targetStore
System.Xaml (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (3)
1540_targetArray = _targetStore._entries; 1592_targetStore._count = _validItemCount; 1593return _targetStore;